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 6b89533c342153af3b971004d44af88c3bf6b05f..aa103f5f4fd7be28245f0382c1338cf25ab520bd 100644 |
--- a/components/dom_distiller/core/dom_distiller_switches.h |
+++ b/components/dom_distiller/core/dom_distiller_switches.h |
@@ -23,6 +23,9 @@ extern const char kReaderModeHeuristics[]; |
// Switch to control the display of the distiller feedback form. |
extern const char kReaderModeFeedback[]; |
+// Switch to enable the distillability service on the renderer. |
+extern const char kEnableDistillabilityService[]; |
Lei Zhang
2016/09/23 01:34:30
Alphaetical order here and in the .cc file?
|
+ |
namespace reader_mode_heuristics { |
extern const char kAdaBoost[]; |
extern const char kOGArticle[]; |