Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 82aff475da384fce75853adaa0d88875e7417710..88c98186751ea0b7c436a29e4b72b4949f84644f 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -421,6 +421,9 @@ const char kEnableDeadlineScheduling[] = "enable-deadline-scheduling"; |
// Enables delegated renderer. |
const char kEnableDelegatedRenderer[] = "enable-delegated-renderer"; |
+// Enables DOM Distiller. |
+const char kEnableDomDistiller[] = "enable-dom-distiller"; |
+ |
// Enables restarting interrupted downloads. |
const char kEnableDownloadResumption[] = "enable-download-resumption"; |