Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: ui/aura/aura_switches.cc

Issue 8895003: Aura: Add --aura-laptop-mode to fill the workspace with a single window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: maximize ALL the windows Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/aura/aura_switches.cc
diff --git a/ui/aura/aura_switches.cc b/ui/aura/aura_switches.cc
index 079e796b30fa6935aa851ca0654383791557c73b..30b64b1df4d06e1f79094285b25ecd8baf40507e 100644
--- a/ui/aura/aura_switches.cc
+++ b/ui/aura/aura_switches.cc
@@ -12,6 +12,10 @@ const char kAuraHostWindowSize[] = "aura-host-window-size";
// Avoid drawing drop shadows under windows.
const char kAuraNoShadows[] = "aura-no-shadows";
+// 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";
+
// Use Aura-style window frames and drag behavior.
const char kAuraWindows[] = "aura-windows";

Powered by Google App Engine
This is Rietveld 408576698