| Index: chrome/common/url_constants.h
|
| ===================================================================
|
| --- chrome/common/url_constants.h (revision 56646)
|
| +++ chrome/common/url_constants.h (working copy)
|
| @@ -58,6 +58,7 @@
|
| 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 @@
|
| // 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 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[];
|
|
|