Searched refs:kChromeUIBugReportURL (Results 1 – 3 of 3) sorted by relevance
49 extern const char kChromeUIBugReportURL[];
58 const char kChromeUIBugReportURL[] = "chrome://bugreport/"; variable
116 GURL bug_report_url(chrome::kChromeUIBugReportURL); in GetIndexOfFeedbackTab()158 std::string bug_report_url = std::string(chrome::kChromeUIBugReportURL) + in ShowHtmlBugReportView()487 std::string params = page_url.substr(strlen(chrome::kChromeUIBugReportURL)); in Init()