Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc |
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc |
index 54df0b1f378a4ae8db66604da6a2474c834b05c8..01e6b8b017d520043941f1e5eadf5440b2e5ec7a 100644 |
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc |
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc |
@@ -1592,9 +1592,6 @@ IN_PROC_BROWSER_TEST_F(LauncherAppBrowserTest, DragAndDrop) { |
// Do tests for removal of items from the shelf by dragging. |
IN_PROC_BROWSER_TEST_F(LauncherAppBrowserTest, DragOffShelf) { |
- // Set the command line option to enable the new functionality. |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
- ash::switches::kAshEnableDragOffShelf); |
aura::test::EventGenerator generator( |
ash::Shell::GetPrimaryRootWindow(), gfx::Point()); |
ash::test::LauncherViewTestAPI test(launcher_->GetLauncherViewForTest()); |