| Index: ash/ash_switches.h
|
| diff --git a/ash/ash_switches.h b/ash/ash_switches.h
|
| index 1aceb0d970cec0fa3b84854d8424d371594afe72..198d43657e3d8515e026c3e15548c3555e6848b5 100644
|
| --- a/ash/ash_switches.h
|
| +++ b/ash/ash_switches.h
|
| @@ -31,7 +31,6 @@ ASH_EXPORT extern const char kAshDisableAudioDeviceMenu[];
|
| #endif
|
|
|
| ASH_EXPORT extern const char kAshDisableDockedWindows[];
|
| -ASH_EXPORT extern const char kAshDisableOverviewMode[];
|
| ASH_EXPORT extern const char kAshEnableAlternateFrameCaptionButtonStyle[];
|
| ASH_EXPORT extern const char kAshEnableBrightnessControl[];
|
| ASH_EXPORT extern const char kAshEnableImmersiveFullscreenForAllWindows[];
|
| @@ -67,9 +66,6 @@ ASH_EXPORT bool UseDragOffShelf();
|
| // immersive fullscreen via <F4>.
|
| ASH_EXPORT bool UseImmersiveFullscreenForAllWindows();
|
|
|
| -// Returns true if overview mode should be activated for window switching.
|
| -ASH_EXPORT bool UseOverviewMode();
|
| -
|
| // Returns true if docked windows feature is enabled.
|
| ASH_EXPORT bool UseDockedWindows();
|
|
|
|
|