| Index: headless/app/headless_shell_switches.cc
|
| diff --git a/headless/app/headless_shell_switches.cc b/headless/app/headless_shell_switches.cc
|
| index f20a60657f77c388713a5828ba428fe600e2d35a..a27c3dd5f62fd5ee229d3856325a22fe94e32bad 100644
|
| --- a/headless/app/headless_shell_switches.cc
|
| +++ b/headless/app/headless_shell_switches.cc
|
| @@ -21,6 +21,9 @@ const char kDumpDom[] = "dump-dom";
|
| // Hide scrollbars from screenshots.
|
| const char kHideScrollbars[] = "hide-scrollbars";
|
|
|
| +// Save a pdf file of the loaded page.
|
| +const char kPrintToPDF[] = "print-to-pdf";
|
| +
|
| // Uses a specified proxy server, overrides system settings. This switch only
|
| // affects HTTP and HTTPS requests.
|
| const char kProxyServer[] = "proxy-server";
|
|
|