Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: chrome/browser/about_flags.cc

Issue 15862014: Turning on drag and drop from app list to launcher by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698