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

Unified Diff: ash/ash_switches.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
« no previous file with comments | « ash/ash_switches.h ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index c4eccaba9d55290b8266bb7fae80608024ca9334..14e9064eabdc8ef3fa99b0b26785af903287ac8a 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -138,9 +138,9 @@ const char kForceAshToDesktop[] = "ash-force-desktop";
#endif
-// Allow items to be dragged from the app launcher list into the launcher.
-const char kAshDragAndDropAppListToLauncher[] =
- "ash-drag-and-drop-applist-to-launcher";
+// Disallow items to be dragged from the app launcher list into the launcher.
+const char kAshDisableDragAndDropAppListToLauncher[] =
+ "ash-disable-drag-and-drop-applist-to-launcher";
// Enables a mode which enforces all browser & application windows to be created
// in maximized mode.
« no previous file with comments | « ash/ash_switches.h ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698