Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1827)

Unified Diff: content/public/common/content_switches.cc

Issue 105723002: Add the scheme chrome-distiller:// and hook up data source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implement as data source instead. Also rebased across thousands of CLs. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698