diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 03:20:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 03:20:58 +0000 |
commit | 536e67a76ff3b7e91b5b89b078ed5918ee6b5cfa (patch) | |
tree | a63b5d7943543fe419988061891bb59925cdfdbf /chrome/common/chrome_switches.h | |
parent | 0df1845161542e8fdbb1af822d721756073fb878 (diff) | |
download | chromium_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/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
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[]; |