| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 6cb79e4eae7ba72782d10e335cda8e566bc712fe..9deb31371570283a8478f3ba02406ffb4b435b34 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[];
|
|
|