| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 46f0ed45e1ccb68c723197ba7f963d1115bba981..0b265c21cdca2a2c2379d9db0933e349c81b9cf8 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -20,6 +20,7 @@ namespace chrome {
|
| extern const char kChromeUIAboutURL[];
|
| extern const char kChromeUIAppsURL[];
|
| extern const char kChromeUIAppListStartPageURL[];
|
| +extern const char kChromeUIBigIconURL[];
|
| extern const char kChromeUIBookmarksURL[];
|
| extern const char kChromeUICertificateViewerURL[];
|
| extern const char kChromeUICertificateViewerDialogURL[];
|
| @@ -147,6 +148,7 @@ extern const char kChromeUIWebRtcLogsURL[];
|
| // 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 kChromeUIBigIconHost[];
|
| extern const char kChromeUIBlankHost[];
|
| extern const char kChromeUIAppLauncherPageHost[];
|
| extern const char kChromeUIAppListStartPageHost[];
|
|
|