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

Unified Diff: ui/aura/aura_switches.h

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.h
diff --git a/ui/aura/aura_switches.h b/ui/aura/aura_switches.h
index 884c1f3acbcea1beff8be5fe1f400c2766e16cec..dcd15a58a1e7153558eda54b7a6bbf8fbbe55cfe 100644
--- a/ui/aura/aura_switches.h
+++ b/ui/aura/aura_switches.h
@@ -10,7 +10,9 @@
namespace switches {
+// Please keep alphabetized.
AURA_EXPORT extern const char kAuraHostWindowSize[];
+AURA_EXPORT extern const char kAuraLaptopMode[];
AURA_EXPORT extern const char kAuraNoShadows[];
AURA_EXPORT extern const char kAuraWindows[];

Powered by Google App Engine
This is Rietveld 408576698