Index: ash/wm/dock/docked_window_resizer_unittest.cc |
diff --git a/ash/wm/dock/docked_window_resizer_unittest.cc b/ash/wm/dock/docked_window_resizer_unittest.cc |
index 3d2cd773f30a5e021edcc0324a41d7cdd1305fd9..732c387cd1b048524640a6f13c5ce79066546b96 100644 |
--- a/ash/wm/dock/docked_window_resizer_unittest.cc |
+++ b/ash/wm/dock/docked_window_resizer_unittest.cc |
@@ -43,10 +43,6 @@ class DockedWindowResizerTest |
virtual ~DockedWindowResizerTest() {} |
virtual void SetUp() OVERRIDE { |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
- ash::switches::kAshEnableStickyEdges); |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
- ash::switches::kAshEnableDockedWindows); |
AshTestBase::SetUp(); |
UpdateDisplay("600x400"); |
test::ShellTestApi test_api(Shell::GetInstance()); |