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