summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-09 03:20:58 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-09 03:20:58 +0000
commit536e67a76ff3b7e91b5b89b078ed5918ee6b5cfa (patch)
treea63b5d7943543fe419988061891bb59925cdfdbf /chrome/common
parent0df1845161542e8fdbb1af822d721756073fb878 (diff)
downloadchromium_src-536e67a76ff3b7e91b5b89b078ed5918ee6b5cfa.zip
chromium_src-536e67a76ff3b7e91b5b89b078ed5918ee6b5cfa.tar.gz
chromium_src-536e67a76ff3b7e91b5b89b078ed5918ee6b5cfa.tar.bz2
Mac: Turn on tab overview mode by default.
BUG=50307,72362 TEST=three-finger-swipe down and Window->Tab Overview both open tab overview mode Review URL: http://codereview.chromium.org/6459009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 95aa721..a798bde 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1358,9 +1358,6 @@ const char kPasswordStore[] = "password-store";
// has been out there for a few dev channel releases without problems.
const char kDisableHolePunching[] = "disable-hole-punching";
-// Enables the tabs expose feature ( http://crbug.com/50307 ).
-const char kEnableExposeForTabs[] = "enable-expose-for-tabs";
-
// Cause the OS X sandbox write to syslog every time an access to a resource
// is denied by the sandbox.
const char kEnableSandboxLogging[] = "enable-sandbox-logging";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index d776b0e..0e67fa1 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -390,7 +390,6 @@ extern const char kPasswordStore[];
#if defined(OS_MACOSX)
extern const char kDisableHolePunching[];
-extern const char kEnableExposeForTabs[];
extern const char kEnableSandboxLogging[];
#else
extern const char kKioskMode[];