| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index dc869baab6829a8bffbd0e45af993285b8c41a47..d0501e56afb6a9d4fb64525d758b768cf4a29630 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -528,6 +528,9 @@ const char kEnableFramelessConstrainedDialogs[] =
|
| // for example page cycler and layout tests. See bug 1157243.
|
| const char kEnableFileCookies[] = "enable-file-cookies";
|
|
|
| +// Enable High DPI rendering in Chrome PDF Viewer on High DPI displays.
|
| +const char kEnableHighDPIPDFPlugin[] = "enable-hidpi-pdf-plugin";
|
| +
|
| // Enable HTTP pipelining. Attempt to pipeline HTTP connections. Heuristics will
|
| // try to figure out if pipelining can be used for a given host and request.
|
| // Without this flag, pipelining will never be used.
|
|
|