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..7ad4e3901b731fcf016cd4428cab040f682737d4 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 |
nasko
2017/02/07 19:46:13
nit: End sentence with a period.
gozzard
2017/02/08 00:49:51
Done.
|
+const char kEnablePrintBrowser[] = "enable-print-browser"; |
+ |
// Enables RGBA_4444 textures. |
const char kEnableRGBA4444Textures[] = "enable-rgba-4444-textures"; |