| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 3863942ba77a1d47e3cd9f2b53407d4916e6e06d..fffc3d77234ec80f24a3fbd042152aa2ce5965da 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1609,9 +1609,6 @@ const char kDisableSystemFullscreenForTesting[] =
|
| const char kDisableCoreAnimationLayerSquashing[] =
|
| "disable-core-animation-layer-squashing";
|
|
|
| -// Enables the tabs expose feature ( http://crbug.com/50307 ).
|
| -const char kEnableExposeForTabs[] = "enable-expose-for-tabs";
|
| -
|
| // Enables a simplified fullscreen UI on Mac.
|
| const char kEnableSimplifiedFullscreen[] = "enable-simplified-fullscreen";
|
|
|
|
|