| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8022de8e43befffae0d752f48854f9a164078dd1..fb54c323076cce0075cb6a76fcded9e2348dbc39 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1077,13 +1077,16 @@ const char kPasswordStore[] = "password-store";
|
| #endif
|
|
|
| #if defined(OS_MACOSX)
|
| -// 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";
|
| -
|
| // Temporary flag to prevent Flash from negotiating the Core Animation drawing
|
| // model. This will be removed once the last issues have been resolved.
|
| const char kDisableFlashCoreAnimation[] = "disable-flash-core-animation";
|
| +
|
| +// 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";
|
| #else
|
| // Enable Kiosk mode.
|
| const char kKioskMode[] = "kiosk";
|
|
|