Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1796)

Unified Diff: ash/ash_switches.cc

Issue 181563004: Remove --ash-disable-overview-mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index ace0e5d11fce12b2a04a9f3f6c322fbd3248a9b8..a41676e210f10beaf5dccd10bfc8052e8992aa02 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -68,9 +68,6 @@ const char kAshDisableDragAndDropAppListToLauncher[] =
// Disable dragging items off the shelf to unpin them.
const char kAshDisableDragOffShelf[] = "ash-disable-drag-off-shelf";
-// Disables overview mode for window switching.
-const char kAshDisableOverviewMode[] = "ash-disable-overview-mode";
-
#if defined(OS_CHROMEOS)
// Disable the notification when a low-power USB charger is connected.
const char kAshDisableUsbChargerNotification[] =
@@ -213,10 +210,6 @@ bool UseMultiUserTray() {
#endif
}
-bool UseOverviewMode() {
- return !CommandLine::ForCurrentProcess()->HasSwitch(kAshDisableOverviewMode);
-}
-
bool UseDockedWindows() {
return !CommandLine::ForCurrentProcess()->HasSwitch(kAshDisableDockedWindows);
}
« no previous file with comments | « ash/ash_switches.h ('k') | ash/extended_desktop_unittest.cc » ('j') | ash/focus_cycler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698