| Index: ui/aura/aura_switches.cc
|
| diff --git a/ui/aura/aura_switches.cc b/ui/aura/aura_switches.cc
|
| index 6070d04f4480df0f9e4b49885ce2d839be4d24fb..edb2f4cf3e76bdf16089f3c2cff550931070f32b 100644
|
| --- a/ui/aura/aura_switches.cc
|
| +++ b/ui/aura/aura_switches.cc
|
| @@ -15,6 +15,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 Aura-style workspace window dragging and sizing.
|
| const char kAuraWorkspaceManager[] = "aura-workspace-manager";
|
|
|
|
|