diff options
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r-- | chrome/common/url_constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index cf276b4..cd2f889 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -75,10 +75,10 @@ extern const char kChromeUIKeyboardURL[]; extern const char kChromeUILabsURL[]; extern const char kChromeUIMediaplayerURL[]; extern const char kChromeUINewTabURL[]; -extern const char kChromeUIOptionsURL[]; extern const char kChromeUIPluginsURL[]; extern const char kChromeUIPrintURL[]; extern const char kChromeUIRegisterPageURL[]; +extern const char kChromeUISettingsURL[]; extern const char kChromeUISlideshowURL[]; extern const char kChromeUISystemInfoURL[]; @@ -101,7 +101,6 @@ extern const char kChromeUILabsHost[]; extern const char kChromeUIMediaplayerHost[]; extern const char kChromeUINetInternalsHost[]; extern const char kChromeUINewTabHost[]; -extern const char kChromeUIOptionsHost[]; extern const char kChromeUIPluginsHost[]; extern const char kChromeUIPrintHost[]; extern const char kChromeUIRegisterPageHost[]; @@ -109,6 +108,7 @@ extern const char kChromeUIRemotingHost[]; extern const char kChromeUIRemotingResourcesHost[]; extern const char kChromeUIResourcesHost[]; extern const char kChromeUIScreenshotPath[]; +extern const char kChromeUISettingsHost[]; extern const char kChromeUISlideshowHost[]; extern const char kChromeUISyncResourcesHost[]; extern const char kChromeUISystemInfoHost[]; |