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

Unified Diff: ui/aura/aura_switches.h

Issue 11820027: Add a comment with the format string for --aura-host-window-size (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura_switches.h
diff --git a/ui/aura/aura_switches.h b/ui/aura/aura_switches.h
index c6cc0ad24e450889422556f2d777ab5f15e4f251..12cd0265cd18e25b177243d2617e637c86bf2594 100644
--- a/ui/aura/aura_switches.h
+++ b/ui/aura/aura_switches.h
@@ -10,7 +10,13 @@
namespace switches {
// Please keep alphabetized.
+
+// Sets a window size, optional position, and optional scale factor.
+// "1024x768" creates a window of size 1024x768.
+// "100+200-1024x768" positions the window at 100,200.
+// "1024x768*2" sets the scale factor to 2 for a high DPI display.
AURA_EXPORT extern const char kAuraHostWindowSize[];
+
AURA_EXPORT extern const char kAuraHostWindowUseFullscreen[];
} // namespace switches
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698