| 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..7ec6651070d2422dd7d4f5550f13d4d266a7cee2 100644
|
| --- a/components/dom_distiller/core/dom_distiller_switches.h
|
| +++ b/components/dom_distiller/core/dom_distiller_switches.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/base_switches.h"
|
| #include "base/command_line.h"
|
| +#include "components/dom_distiller/core/distiller_export.h"
|
|
|
| namespace switches {
|
|
|
| @@ -18,7 +19,7 @@ extern const char kEnableSyncArticles[];
|
|
|
| // Switch to enable specific heuristics for detecting if a page is distillable
|
| // or not.
|
| -extern const char kReaderModeHeuristics[];
|
| +DISTILLER_EXPORT extern const char kReaderModeHeuristics[];
|
|
|
| // Switch to control the display of the distiller feedback form.
|
| extern const char kReaderModeFeedback[];
|
|
|