diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
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[]; |