summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.h
diff options
context:
space:
mode:
authordpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 11:44:36 +0000
committerdpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 11:44:36 +0000
commit5272851e482e081b58055d8f8470fef014704b09 (patch)
tree219f6d52c6dea64a243e999099ddd59d7fab2470 /chrome/common/url_constants.h
parentb47fc93828d237045e1c62236be80e94d1913b28 (diff)
downloadchromium_src-5272851e482e081b58055d8f8470fef014704b09.zip
chromium_src-5272851e482e081b58055d8f8470fef014704b09.tar.gz
chromium_src-5272851e482e081b58055d8f8470fef014704b09.tar.bz2
Revert 57635: Implement about:labs
Original CL: http://codereview.chromium.org/3152055 Implement about:labs Tabpose is currently the only lab on mac, tabs-on-left the only lab on windows. Nothing for linux yet. BUG=53399 TEST=Go to about:labs. Should have one feature on windows and osx each, none on linux yet. about:labs should not be visible on the stable channel. Labs that were enabled on the dev channel should not be enabled on the stable channel. about:labs in chromeos should still work (they use a different implementation) TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/3256001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r--chrome/common/url_constants.h20
1 files changed, 8 insertions, 12 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index bb726fe..47b5610 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -35,24 +35,22 @@ extern const char kStandardSchemeSeparator[];
extern const char* kSavableSchemes[];
// About URLs (including schemes).
-extern const char kAboutAboutURL[];
extern const char kAboutAppCacheInternalsURL[];
extern const char kAboutBlankURL[];
extern const char kAboutBrowserCrash[];
extern const char kAboutCacheURL[];
+extern const char kAboutNetInternalsURL[];
extern const char kAboutCrashURL[];
extern const char kAboutCreditsURL[];
-extern const char kAboutDNSURL[];
extern const char kAboutHangURL[];
-extern const char kAboutHistogramsURL[];
-extern const char kAboutLabsURL[];
extern const char kAboutMemoryURL[];
-extern const char kAboutNetInternalsURL[];
extern const char kAboutPluginsURL[];
extern const char kAboutShorthangURL[];
extern const char kAboutSystemURL[];
extern const char kAboutTermsURL[];
-extern const char kAboutVaporwareURL[];
+extern const char kAboutAboutURL[];
+extern const char kAboutDNSURL[];
+extern const char kAboutHistogramsURL[];
extern const char kAboutVersionURL[];
// chrome: URLs (including schemes). Should be kept in sync with the
@@ -66,11 +64,10 @@ extern const char kChromeUIDownloadsURL[];
extern const char kChromeUIExtensionsURL[];
extern const char kChromeUIFavIconURL[];
extern const char kChromeUIFileBrowseURL[];
-extern const char kChromeUIHistory2URL[];
extern const char kChromeUIHistoryURL[];
+extern const char kChromeUIHistory2URL[];
extern const char kChromeUIImageBurnerURL[];
extern const char kChromeUIIPCURL[];
-extern const char kChromeUILabsURL[];
extern const char kChromeUIMediaplayerURL[];
extern const char kChromeUINewTabURL[];
extern const char kChromeUIOptionsURL[];
@@ -89,11 +86,10 @@ extern const char kChromeUIDownloadsHost[];
extern const char kChromeUIExtensionsHost[];
extern const char kChromeUIFavIconHost[];
extern const char kChromeUIFileBrowseHost[];
-extern const char kChromeUIHistory2Host[];
extern const char kChromeUIHistoryHost[];
+extern const char kChromeUIHistory2Host[];
extern const char kChromeUIImageBurnerHost[];
extern const char kChromeUIInspectorHost[];
-extern const char kChromeUILabsHost[];
extern const char kChromeUIMediaplayerHost[];
extern const char kChromeUINetInternalsHost[];
extern const char kChromeUINewTabHost[];
@@ -102,13 +98,13 @@ extern const char kChromeUIPluginsHost[];
extern const char kChromeUIPrintHost[];
extern const char kChromeUIRegisterPageHost[];
extern const char kChromeUIRemotingHost[];
-extern const char kChromeUIRemotingResourcesHost[];
extern const char kChromeUIResourcesHost[];
extern const char kChromeUIScreenshotPath[];
extern const char kChromeUISlideshowHost[];
extern const char kChromeUISyncResourcesHost[];
-extern const char kChromeUIThemePath[];
+extern const char kChromeUIRemotingResourcesHost[];
extern const char kChromeUIThumbnailPath[];
+extern const char kChromeUIThemePath[];
// AppCache related URL.
extern const char kAppCacheViewInternalsURL[];