| Index: ash/wm/dock/docked_window_layout_manager_unittest.cc
|
| diff --git a/ash/wm/dock/docked_window_layout_manager_unittest.cc b/ash/wm/dock/docked_window_layout_manager_unittest.cc
|
| index 6ec585f3db2eba8fb4e994a6cc195735f606c9f6..4ea9dfc9453cc065af54a2f789d9d3608665ec20 100644
|
| --- a/ash/wm/dock/docked_window_layout_manager_unittest.cc
|
| +++ b/ash/wm/dock/docked_window_layout_manager_unittest.cc
|
| @@ -46,10 +46,6 @@ class DockedWindowLayoutManagerTest
|
| virtual ~DockedWindowLayoutManagerTest() {}
|
|
|
| virtual void SetUp() OVERRIDE {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - ash::switches::kAshEnableStickyEdges);
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - ash::switches::kAshEnableDockedWindows);
|
| AshTestBase::SetUp();
|
| UpdateDisplay("600x600");
|
| ASSERT_TRUE(test::TestLauncherDelegate::instance());
|
|
|