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

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

Issue 1253953002: Componentize enhanced_bookmark_features.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change in //chrome/common/DEPS that broke checkdeps Created 5 years, 5 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: components/dom_distiller/core/dom_distiller_switches.h
diff --git a/components/dom_distiller/core/dom_distiller_switches.h b/components/dom_distiller/core/dom_distiller_switches.h
index 1920d9bdf83f6ecb04c90f19c61d72160f3e3f2c..6b89533c342153af3b971004d44af88c3bf6b05f 100644
--- a/components/dom_distiller/core/dom_distiller_switches.h
+++ b/components/dom_distiller/core/dom_distiller_switches.h
@@ -10,9 +10,16 @@
namespace switches {
+// Switch to enable the DOM distiller.
+extern const char kEnableDomDistiller[];
+
+// Switch to enable synced articles.
+extern const char kEnableSyncArticles[];
+
// Switch to enable specific heuristics for detecting if a page is distillable
// or not.
extern const char kReaderModeHeuristics[];
+
// Switch to control the display of the distiller feedback form.
extern const char kReaderModeFeedback[];
« no previous file with comments | « components/dom_distiller/core/dom_distiller_features.cc ('k') | components/dom_distiller/core/dom_distiller_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698