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 { |