| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 4d1dffd74850d5300dafdc47aae5004d56872645..7da0eecc0f08569bb1c57399cf7b2ffe018d107f 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -54,6 +54,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[];
|
| @@ -138,6 +139,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[];
|
|
|