summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorcsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-06 20:55:52 +0000
committercsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-06 20:55:52 +0000
commitb7d267f457f620910e200d2e3cec1f8de133e622 (patch)
treefbb7892d4784a3b0a07b491ebe11216612eb7703 /chrome/common/chrome_switches.cc
parentd51052575e84344fb934c87c14d3dde2037a0284 (diff)
downloadchromium_src-b7d267f457f620910e200d2e3cec1f8de133e622.zip
chromium_src-b7d267f457f620910e200d2e3cec1f8de133e622.tar.gz
chromium_src-b7d267f457f620910e200d2e3cec1f8de133e622.tar.bz2
[uber page] Disable uber page for M18 branch. This will be reverted on trunk.
BUG=none Review URL: https://chromiumcodereview.appspot.com/9332013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b1bea82..30ceaac 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -393,9 +393,6 @@ const char kDisableTLS1[] = "disable-tls1";
// disable translate with the preference.
const char kDisableTranslate[] = "disable-translate";
-// Disable uber page command and URL redirection.
-const char kDisableUberPage[] = "disable-uber-page";
-
// Disables the backend service for web resources.
const char kDisableWebResources[] = "disable-web-resources";
@@ -576,6 +573,9 @@ const char kEnableSyncTabsForOtherClients[] =
// Enables context menu for selecting groups of tabs.
const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
+// Enable uber page command and URL redirection.
+const char kEnableUberPage[] = "enable-uber-page";
+
// Spawns threads to watch for excessive delays in specified message loops.
// User should set breakpoints on Alarm() to examine problematic thread.
//