| Index: ui/aura/aura_switches.cc
|
| ===================================================================
|
| --- ui/aura/aura_switches.cc (revision 114849)
|
| +++ ui/aura/aura_switches.cc (working copy)
|
| @@ -9,17 +9,4 @@
|
| // Initial dimensions for the host window in the form "1024x768".
|
| const char kAuraHostWindowSize[] = "aura-host-window-size";
|
|
|
| -// Show only a single maximized window, like traditional non-Aura builds.
|
| -// Useful for low-resolution screens, such as on laptops.
|
| -const char kAuraLaptopMode[] = "aura-laptop-mode";
|
| -
|
| -// Avoid drawing drop shadows under windows.
|
| -const char kAuraNoShadows[] = "aura-no-shadows";
|
| -
|
| -// Use Aura-style translucent window frame.
|
| -const char kAuraTranslucentFrames[] = "aura-translucent-frames";
|
| -
|
| -// Use Aura-style workspace window dragging and sizing.
|
| -const char kAuraWorkspaceManager[] = "aura-workspace-manager";
|
| -
|
| } // namespace switches
|
|
|