| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 15f50516c81857d4b68215277930f6e601e2807f..9b710c27460807628e8be4d21cbc70566cafee8c 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -60,6 +60,7 @@ extern const char kChromeUIPolicyURL[];
|
| extern const char kChromeUIPrintURL[];
|
| extern const char kChromeUISessionsURL[];
|
| extern const char kChromeUISettingsURL[];
|
| +extern const char kChromeUISettingsFrameURL[];
|
| extern const char kChromeUIShorthangURL[];
|
| extern const char kChromeUISSLClientCertificateSelectorURL[];
|
| extern const char kChromeUISyncPromoURL[];
|
| @@ -161,6 +162,7 @@ extern const char kChromeUIQuotaInternalsHost[];
|
| extern const char kChromeUIResourcesHost[];
|
| extern const char kChromeUISessionsHost[];
|
| extern const char kChromeUISettingsHost[];
|
| +extern const char kChromeUISettingsFrameHost[];
|
| extern const char kChromeUIShorthangHost[];
|
| extern const char kChromeUISSLClientCertificateSelectorHost[];
|
| extern const char kChromeUIStatsHost[];
|
|
|