| 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..91952d7bedc747cfdaea90a7842e96865833de34 100644
|
| --- a/components/dom_distiller/core/dom_distiller_switches.h
|
| +++ b/components/dom_distiller/core/dom_distiller_switches.h
|
| @@ -10,6 +10,9 @@
|
|
|
| namespace switches {
|
|
|
| +// Switch to enable the distillability service on the renderer.
|
| +extern const char kEnableDistillabilityService[];
|
| +
|
| // Switch to enable the DOM distiller.
|
| extern const char kEnableDomDistiller[];
|
|
|
|
|