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

Unified Diff: components/dom_distiller/core/dom_distiller_switches.cc

Issue 2361643004: Control distillability with command-line flag (Closed)
Patch Set: alphabetical order Created 4 years, 3 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
« no previous file with comments | « components/dom_distiller/core/dom_distiller_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/dom_distiller_switches.cc
diff --git a/components/dom_distiller/core/dom_distiller_switches.cc b/components/dom_distiller/core/dom_distiller_switches.cc
index ea30b68c039809fc1c1d33cb06ae8120394108c0..70a90f1d0d39a5ac2585b3af5b2e512924c9820e 100644
--- a/components/dom_distiller/core/dom_distiller_switches.cc
+++ b/components/dom_distiller/core/dom_distiller_switches.cc
@@ -6,6 +6,7 @@
namespace switches {
+const char kEnableDistillabilityService[] = "enable-distillability-service";
const char kEnableDomDistiller[] = "enable-dom-distiller";
const char kEnableSyncArticles[] = "enable-sync-articles";
const char kReaderModeHeuristics[] = "reader-mode-heuristics";
« no previous file with comments | « components/dom_distiller/core/dom_distiller_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698