summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.h
diff options
context:
space:
mode:
authorrkc@google.com <rkc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-22 10:38:54 +0000
committerrkc@google.com <rkc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-22 10:38:54 +0000
commitac1894aec051033fc13bc41e1399ac05f5df3cc6 (patch)
treee2363bfaa2cf79a0b497d4d9441b69e3979ad028 /chrome/common/url_constants.h
parentd486304b803dcf7c247133edfdc14f486b1de54c (diff)
downloadchromium_src-ac1894aec051033fc13bc41e1399ac05f5df3cc6.zip
chromium_src-ac1894aec051033fc13bc41e1399ac05f5df3cc6.tar.gz
chromium_src-ac1894aec051033fc13bc41e1399ac05f5df3cc6.tar.bz2
Build fixes to the CL
Review URL: http://codereview.chromium.org/3061044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57019 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r--chrome/common/url_constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 33feff5..c7ad243 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -58,6 +58,7 @@ extern const char kAboutVersionURL[];
extern const char kChromeUIAboutURL[];
extern const char kChromeUIAppLauncherURL[];
extern const char kChromeUIBookmarksURL[];
+extern const char kChromeUIBugReportURL[];
extern const char kChromeUIDevToolsURL[];
extern const char kChromeUIDownloadsURL[];
extern const char kChromeUIExtensionsURL[];
@@ -77,6 +78,7 @@ extern const char kChromeUISlideshowURL[];
// chrome components of URLs. Should be kept in sync with the full URLs
// above.
extern const char kChromeUIBookmarksHost[];
+extern const char kChromeUIBugReportHost[];
extern const char kChromeUIDevToolsHost[];
extern const char kChromeUIDialogHost[];
extern const char kChromeUIDownloadsHost[];
@@ -95,6 +97,7 @@ extern const char kChromeUIPrintHost[];
extern const char kChromeUIRegisterPageHost[];
extern const char kChromeUIRemotingHost[];
extern const char kChromeUIResourcesHost[];
+extern const char kChromeUIScreenshotPath[];
extern const char kChromeUISlideshowHost[];
extern const char kChromeUISyncResourcesHost[];
extern const char kChromeUIRemotingResourcesHost[];