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. |