diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 19:52:12 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 19:52:12 +0000 |
commit | 9486c1fe61ac28f5a4cb0a371ee4409a1208a965 (patch) | |
tree | a07e6d62a4daaf28340ed1ab7cca1b95d97b79d3 /chrome/common/url_constants.h | |
parent | b601b902527c5399fc4e08222deb4e29804f8795 (diff) | |
download | chromium_src-9486c1fe61ac28f5a4cb0a371ee4409a1208a965.zip chromium_src-9486c1fe61ac28f5a4cb0a371ee4409a1208a965.tar.gz chromium_src-9486c1fe61ac28f5a4cb0a371ee4409a1208a965.tar.bz2 |
Rename about:labs to about:flags, step 1/3
This changes the url and the text on about:flags to a bit more scary.
The text is taken from https://docs.google.com/a/google.com/document/d/1VRZjR3GGX2FJFsAe8AKMAYRNPMp-sH2cefU0KvaQo0M/edit?hl=en#
BUG=59139,53399
TEST=about:labs doesn't do anything any more. about:flags does.
Review URL: http://codereview.chromium.org/3817004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r-- | chrome/common/url_constants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index 12d2bc2..77aa367 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -44,11 +44,11 @@ extern const char kAboutCacheURL[]; extern const char kAboutCrashURL[]; extern const char kAboutCreditsURL[]; extern const char kAboutDNSURL[]; +extern const char kAboutFlagsURL[]; extern const char kAboutGpuCrashURL[]; extern const char kAboutGpuHangURL[]; extern const char kAboutHangURL[]; extern const char kAboutHistogramsURL[]; -extern const char kAboutLabsURL[]; extern const char kAboutMemoryURL[]; extern const char kAboutNetInternalsURL[]; extern const char kAboutPluginsURL[]; @@ -66,12 +66,12 @@ extern const char kChromeUIBugReportURL[]; extern const char kChromeUIDevToolsURL[]; extern const char kChromeUIDownloadsURL[]; extern const char kChromeUIExtensionsURL[]; +extern const char kChromeUIFlagsURL[]; extern const char kChromeUIFavIconURL[]; extern const char kChromeUIHistory2URL[]; extern const char kChromeUIHistoryURL[]; extern const char kChromeUIIPCURL[]; extern const char kChromeUIKeyboardURL[]; -extern const char kChromeUILabsURL[]; extern const char kChromeUINewTabURL[]; extern const char kChromeUIPluginsURL[]; extern const char kChromeUIPrintURL[]; @@ -96,11 +96,11 @@ extern const char kChromeUIDialogHost[]; extern const char kChromeUIDownloadsHost[]; extern const char kChromeUIExtensionsHost[]; extern const char kChromeUIFavIconHost[]; +extern const char kChromeUIFlagsHost[]; extern const char kChromeUIHistory2Host[]; extern const char kChromeUIHistoryHost[]; extern const char kChromeUIInspectorHost[]; extern const char kChromeUIKeyboardHost[]; -extern const char kChromeUILabsHost[]; extern const char kChromeUINetInternalsHost[]; extern const char kChromeUINewTabHost[]; extern const char kChromeUIPluginsHost[]; |