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

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

Issue 1248643004: Test distillability without JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early
Patch Set: update model, functionally correct locally Created 5 years, 1 month 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 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[];

Powered by Google App Engine
This is Rietveld 408576698