| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 340d8f6845ad1d17a5bd3aa11a451cbc5dfaafbc..8c1f5a59354d455b8b2b0e51835940dd10990ed6 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -28,5 +28,8 @@ const char kAuraWindowAnimationsDisabled[] = "aura-window-animations-disabled";
|
| // Use Aura to manage windows of type WINDOW_TYPE_PANEL.
|
| const char kAuraPanelManager[] = "aura-panels";
|
|
|
| +// Enables applist v2.
|
| +const char kEnableAppListV2[] = "enable-applist-v2";
|
| +
|
| } // namespace switches
|
| } // namespace ash
|
|
|