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

Unified Diff: ash/common/ash_switches.cc

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/common/shelf/shelf_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index c6770ea43d268c4afe468587e2a121dda3329d4e..e096ad34915bd660270ea80516c5f45f1651c83e 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -55,10 +55,6 @@ const char kAshEnableMagnifierKeyScroller[] =
const char kAshEnablePaletteOnAllDisplays[] =
"ash-enable-palette-on-all-displays";
-// Enables docking windows to the right or left (not to be confused with snapped
-// windows).
-const char kAshEnableDockedWindows[] = "ash-enable-docked-windows";
-
// Enables the observation of accelerometer events to enter touch-view mode.
const char kAshEnableTouchView[] = "enable-touchview";
@@ -105,10 +101,5 @@ bool ConstrainPointerToRoot() {
kAshConstrainPointerToRoot);
}
-bool DockedWindowsEnabled() {
- return base::CommandLine::ForCurrentProcess()->HasSwitch(
- ash::switches::kAshEnableDockedWindows);
-}
-
} // namespace switches
} // namespace ash
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/common/shelf/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698