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

Unified Diff: chrome/browser/about_flags.cc

Issue 14533006: Drag and drop between app list and launcher - First patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed 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 b5479871ae723b8962f4fdc6eb2ddcffa97772eb..f01f1122d81d9a2d75eac80f76fe94c577ae955b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1156,6 +1156,12 @@ const Experiment kExperiments[] = {
kOsCrOS,
SINGLE_VALUE_TYPE(switches::kAshDisableTabScrubbing),
},
+ { "ash-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),
+ },
{ "ash-enable-workspace-scrubbing",
IDS_FLAGS_ENABLE_WORKSPACE_SCRUBBING_NAME,
IDS_FLAGS_ENABLE_WORKSPACE_SCRUBBING_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698