| Index: chrome/common/url_constants.h
|
| ===================================================================
|
| --- chrome/common/url_constants.h (revision 40140)
|
| +++ chrome/common/url_constants.h (working copy)
|
| @@ -46,6 +46,7 @@
|
|
|
| // chrome: URLs (including schemes). Should be kept in sync with the
|
| // components below.
|
| +extern const char kChromeUIBookmarksURL[];
|
| extern const char kChromeUIDevToolsURL[];
|
| extern const char kChromeUIDownloadsURL[];
|
| extern const char kChromeUIExtensionsURL[];
|
| @@ -57,6 +58,7 @@
|
|
|
| // chrome components of URLs. Should be kept in sync with the full URLs
|
| // above.
|
| +extern const char kChromeUIBookmarksHost[];
|
| extern const char kChromeUIDevToolsHost[];
|
| extern const char kChromeUIDialogHost[];
|
| extern const char kChromeUIDownloadsHost[];
|
|
|