Index: ash/common/ash_switches.cc |
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc |
index 757a4a56ea6bec939b8a38012b2ce65d714a150f..c93300d6e40131621cfd84537554c2b3478e6faf 100644 |
--- a/ash/common/ash_switches.cc |
+++ b/ash/common/ash_switches.cc |
@@ -58,10 +58,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"; |
@@ -103,10 +99,5 @@ bool ConstrainPointerToRoot() { |
kAshConstrainPointerToRoot); |
} |
-bool DockedWindowsEnabled() { |
- return base::CommandLine::ForCurrentProcess()->HasSwitch( |
- ash::switches::kAshEnableDockedWindows); |
-} |
- |
} // namespace switches |
} // namespace ash |