| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 19d2034a535675ce07486a35b7921d60654b36f8..7b4fa3ea1e45d22e545a4a020c2d42213f2113ba 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -51,6 +51,7 @@ extern const char kChromeUINetInternalsURL[];
|
| extern const char kChromeUINewProfile[];
|
| extern const char kChromeUINewTabURL[];
|
| extern const char kChromeUIPluginsURL[];
|
| +extern const char kChromeUIPolicyURL[];
|
| extern const char kChromeUIPrintURL[];
|
| extern const char kChromeUISessionsURL[];
|
| extern const char kChromeUISettingsURL[];
|
| @@ -134,6 +135,7 @@ extern const char kChromeUINetInternalsHost[];
|
| extern const char kChromeUINetworkViewCacheHost[];
|
| extern const char kChromeUINewTabHost[];
|
| extern const char kChromeUIPluginsHost[];
|
| +extern const char kChromeUIPolicyHost[];
|
| extern const char kChromeUIPrintHost[];
|
| extern const char kChromeUIQuotaInternalsHost[];
|
| extern const char kChromeUIResourcesHost[];
|
|
|