| Index: headless/app/headless_shell_switches.cc
|
| diff --git a/headless/app/headless_shell_switches.cc b/headless/app/headless_shell_switches.cc
|
| index c67b5df5a6b42ce0cd40ea487ebcf87bbd865611..18cf95d3e1b7c50edc088adb40efc2b01ad11810 100644
|
| --- a/headless/app/headless_shell_switches.cc
|
| +++ b/headless/app/headless_shell_switches.cc
|
| @@ -15,6 +15,9 @@ const char kDeterministicFetch[] = "deterministic-fetch";
|
| // Instructs headless_shell to print document.body.innerHTML to stdout.
|
| const char kDumpDom[] = "dump-dom";
|
|
|
| +// Hide scrollbars from screenshots.
|
| +const char kHideScrollbars[] = "hide-scrollbars";
|
| +
|
| // Uses a specified proxy server, overrides system settings. This switch only
|
| // affects HTTP and HTTPS requests.
|
| const char kProxyServer[] = "proxy-server";
|
|
|