| Index: ash/ash_switches.h
|
| diff --git a/ash/ash_switches.h b/ash/ash_switches.h
|
| index 58b862a1d8ed3cdae77682f4737b93794f971893..eb9c803ba992a90d2845fe274dcf80b81cab9e27 100644
|
| --- a/ash/ash_switches.h
|
| +++ b/ash/ash_switches.h
|
| @@ -33,7 +33,6 @@ ASH_EXPORT extern const char kAshDisableAudioDeviceMenu[];
|
| ASH_EXPORT extern const char kAshDisableDockedWindows[];
|
| ASH_EXPORT extern const char kAshDisableDragAndDropAppListToLauncher[];
|
| ASH_EXPORT extern const char kAshDisableDragOffShelf[];
|
| -ASH_EXPORT extern const char kAshDisableOverviewMode[];
|
| #if defined(OS_CHROMEOS)
|
| ASH_EXPORT extern const char kAshDisableUsbChargerNotification[];
|
| ASH_EXPORT extern const char kAshEnableAudioDeviceMenu[];
|
| @@ -84,9 +83,6 @@ ASH_EXPORT bool UseImmersiveFullscreenForAllWindows();
|
| // Returns true if multiple user icons are allowed in the tray.
|
| ASH_EXPORT bool UseMultiUserTray();
|
|
|
| -// 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();
|
|
|
|
|