Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index aa735db37ce6dd6bd2afc21595bd6246f06a7e8a..1ca6d95b34f1293dc90351a6902e64ab2b450879 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -566,6 +566,9 @@ const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; |
// opt in to "Use web service to resolve navigation errors".) |
const char kEnableDnsProbes[] = "enable-dns-probes"; |
+// Enables the DOM distiller. |
+const char kEnableDomDistiller[] = "enable-dom-distiller"; |
+ |
// Enables extensions to be easily installed from sites other than the web |
// store. Without this flag, they can still be installed, but must be manually |
// dragged onto chrome://extensions/. |