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

Unified Diff: headless/app/headless_shell_switches.h

Issue 2223563002: headless: expose window size through headless_shell switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: allow 0x0 size. Created 4 years, 4 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 | « headless/app/headless_shell.cc ('k') | headless/app/headless_shell_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/app/headless_shell_switches.h
diff --git a/headless/app/headless_shell_switches.h b/headless/app/headless_shell_switches.h
index 7a3d6127da88add194da70b8cb589f77bb227c85..26068b2daadcd130698849dbfdc1a5e84044a297 100644
--- a/headless/app/headless_shell_switches.h
+++ b/headless/app/headless_shell_switches.h
@@ -14,6 +14,7 @@ extern const char kRepl[];
extern const char kScreenshot[];
extern const char kUseGL[];
extern const char kUserDataDir[];
+extern const char kWindowSize[];
} // namespace switches
} // namespace headless
« no previous file with comments | « headless/app/headless_shell.cc ('k') | headless/app/headless_shell_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698