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

Unified Diff: chrome/browser/dom_distiller/distillable_page_utils_browsertest.cc

Issue 2361643004: Control distillability with command-line flag (Closed)
Patch Set: Created 4 years, 3 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: chrome/browser/dom_distiller/distillable_page_utils_browsertest.cc
diff --git a/chrome/browser/dom_distiller/distillable_page_utils_browsertest.cc b/chrome/browser/dom_distiller/distillable_page_utils_browsertest.cc
index a0ac5ba27160bd0f524cbf50cffcf8d7bb16c1ba..4d984335c41b9bd1a5646ba88ed9611fa938084a 100644
--- a/chrome/browser/dom_distiller/distillable_page_utils_browsertest.cc
+++ b/chrome/browser/dom_distiller/distillable_page_utils_browsertest.cc
@@ -96,6 +96,7 @@ class DistillablePageUtilsBrowserTestOption : public InProcessBrowserTest {
command_line->AppendSwitch(switches::kEnableDomDistiller);
command_line->AppendSwitchASCII(switches::kReaderModeHeuristics,
Option);
+ command_line->AppendSwitch(switches::kEnableDistillabilityService);
}
void SetUpOnMainThread() override {

Powered by Google App Engine
This is Rietveld 408576698