| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 2eb0de94c18f744e53b57f3c539e94a7b5b60026..7e94deeb27ea4320354e888982104ce6e10ca620 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -445,6 +445,9 @@ const char kEnablePluginPlaceholderTesting[] =
|
| // also applys to workers.
|
| const char kEnablePreciseMemoryInfo[] = "enable-precise-memory-info";
|
|
|
| +// Enables PrintBrowser mode, in which everything renders as though printed.
|
| +const char kEnablePrintBrowser[] = "enable-print-browser";
|
| +
|
| // Enables RGBA_4444 textures.
|
| const char kEnableRGBA4444Textures[] = "enable-rgba-4444-textures";
|
|
|
|
|