| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 6d1f4a32610b68e601ebc24fdd1d0dd7a73fa6d5..f2829cc48f739aeec49149347b6ee14293a29ed9 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";
|
|
|
|
|