| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index ac87287ae0a0bece103b50889accb9a2bf083da8..58e920adcae16cd2d62243cd675492f235c4b2a9 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -121,8 +121,11 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
|
| // Force Ash to open its root window on the desktop, even on Windows 8 where
|
| // it would normally end up in metro.
|
| const char kForceAshToDesktop[] = "ash-force-desktop";
|
| -;
|
| +
|
| #endif
|
|
|
| +// Allow items to be dragged from the app launcher list into the launcher.
|
| +const char kAshDnDAppListToLauncher[] = "ash-dnd-applist-to-launcher";
|
| +
|
| } // namespace switches
|
| } // namespace ash
|
|
|