Turning on drag and drop from app list to launcher by default
BUG=242227
TEST=unittest
Review URL: https://chromiumcodereview.appspot.com/15862014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203048 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e67ae4f..a5b358f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1134,11 +1134,11 @@
kOsCrOS,
SINGLE_VALUE_TYPE(switches::kAshDisableTabScrubbing),
},
- { "ash-drag-and-drop-applist-to-launcher",
+ { "ash-disable-drag-and-drop-applist-to-launcher",
IDS_FLAGS_DND_APPLIST_TO_LAUNCHER_NAME,
IDS_FLAGS_DND_APPLIST_TO_LAUNCHER_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(ash::switches::kAshDragAndDropAppListToLauncher),
+ SINGLE_VALUE_TYPE(ash::switches::kAshDisableDragAndDropAppListToLauncher),
},
{ "ash-enable-workspace-scrubbing",
IDS_FLAGS_ENABLE_WORKSPACE_SCRUBBING_NAME,