| Index: ash/ash_switches.h
|
| diff --git a/ash/ash_switches.h b/ash/ash_switches.h
|
| index ef13f79354a4e1dcb0db78f642357d935b77f723..42c2decf53925265502779113bccb448841fdef6 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[];
|
| @@ -85,9 +84,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();
|
|
|
|
|