| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 0f128c68ec7682492ef5387c891b91e094b8c352..a4dbcfa8b1c4f9a7e08a59e26886c4e75d3e3937 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -19,6 +19,7 @@ extern const char kAboutVersionURL[];
|
|
|
| // chrome: URLs (including schemes). Should be kept in sync with the
|
| // components below.
|
| +extern const char kChromeUIAboutPageFrameURL[];
|
| extern const char kChromeUIAboutURL[];
|
| extern const char kChromeUIBookmarksURL[];
|
| extern const char kChromeUICertificateViewerURL[];
|
| @@ -107,6 +108,7 @@ extern const char kChromeUIAppListURL[];
|
|
|
| // chrome components of URLs. Should be kept in sync with the full URLs above.
|
| extern const char kChromeUIAboutHost[];
|
| +extern const char kChromeUIAboutPageFrameHost[];
|
| extern const char kChromeUIAppCacheInternalsHost[];
|
| extern const char kChromeUIBlankHost[];
|
| extern const char kChromeUIBlobInternalsHost[];
|
|
|