Chromium Code Reviews| Index: chrome/common/url_constants.h |
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h |
| index 0f128c68ec7682492ef5387c891b91e094b8c352..ae599f2dd51a9148ffe6f00d26c5465604bc4290 100644 |
| --- a/chrome/common/url_constants.h |
| +++ b/chrome/common/url_constants.h |
| @@ -20,6 +20,7 @@ extern const char kAboutVersionURL[]; |
| // chrome: URLs (including schemes). Should be kept in sync with the |
| // components below. |
| extern const char kChromeUIAboutURL[]; |
| +extern const char kChromeUIAboutPageFrameURL[]; |
|
Dan Beam
2012/01/09 23:05:51
alpha here and below if appropriate (seems to be)
Evan Stade
2012/01/09 23:31:16
Done.
|
| extern const char kChromeUIBookmarksURL[]; |
| extern const char kChromeUICertificateViewerURL[]; |
| extern const char kChromeUIChromeURLsURL[]; |
| @@ -106,6 +107,7 @@ extern const char kChromeUIAppListURL[]; |
| #endif |
| // chrome components of URLs. Should be kept in sync with the full URLs above. |
| +extern const char kChromeUIAboutPageFrameHost[]; |
| extern const char kChromeUIAboutHost[]; |
| extern const char kChromeUIAppCacheInternalsHost[]; |
| extern const char kChromeUIBlankHost[]; |