| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 3ab7446b37641f89429f4f9d381f96f0163aa370..3584407122684d6b472048e9505da04e571f83e6 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1182,6 +1182,10 @@ const char kEnableHostedAppsInWindows[] = "enable-hosted-apps-in-windows";
|
| const char kEnableMacViewsNativeAppWindows[] =
|
| "enable-mac-views-native-app-windows";
|
|
|
| +// Enables the fullscreen toolbar to reveal itself for tab strip changes.
|
| +const char kEnableFullscreenToolbarReveal[] =
|
| + "enable-fullscreen-toolbar-reveal";
|
| +
|
| // Enables Translate experimental new UX which replaces the infobar.
|
| const char kEnableTranslateNewUX[] = "enable-translate-new-ux";
|
|
|
|
|