| Index: ui/aura/aura_switches.cc
|
| diff --git a/ui/aura/aura_switches.cc b/ui/aura/aura_switches.cc
|
| index 4ce9fd3fb9f4aa4467ec11cc1ffbc60833ba6135..cc6b978d2ff3e7035ad96511439433da795e7acf 100644
|
| --- a/ui/aura/aura_switches.cc
|
| +++ b/ui/aura/aura_switches.cc
|
| @@ -17,6 +17,9 @@ const char kAuraNoShadows[] = "aura-no-shadows";
|
| // Use Aura-style translucent window frame.
|
| const char kAuraTranslucentFrames[] = "aura-translucent-frames";
|
|
|
| +// Use views-based app list.
|
| +const char kAuraViewsAppList[] = "aura-views-applist";
|
| +
|
| // Use a custom window style, e.g. --aura-window-mode=compact.
|
| // When this flag is not passed we default to "normal" mode.
|
| const char kAuraWindowMode[] = "aura-window-mode";
|
|
|