Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index fa07c5d368d47d4ce34801fc3b1ad51172591434..87eff496726defeadb1e7a28f3ab9b8d2f76d9b5 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1141,11 +1141,11 @@ const Experiment kExperiments[] = { |
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, |