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

Unified Diff: ash/wm/workspace_controller_unittest.cc

Issue 109663002: Disables docked windows by default in M33 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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/wm/workspace_controller_unittest.cc
diff --git a/ash/wm/workspace_controller_unittest.cc b/ash/wm/workspace_controller_unittest.cc
index 861578f64849af0a5a077888d2493f0d98dcfae8..72ee38b3dbf0f4ba3cacc38e85caf18fb919cd88 100644
--- a/ash/wm/workspace_controller_unittest.cc
+++ b/ash/wm/workspace_controller_unittest.cc
@@ -1262,9 +1262,9 @@ class WorkspaceControllerTestDragging
// testing::Test:
virtual void SetUp() OVERRIDE {
WorkspaceControllerTest::SetUp();
- if (!docked_windows_enabled()) {
+ if (docked_windows_enabled()) {
CommandLine::ForCurrentProcess()->AppendSwitch(
- ash::switches::kAshDisableDockedWindows);
+ ash::switches::kAshEnableDockedWindows);
}
}

Powered by Google App Engine
This is Rietveld 408576698