Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 8b96d45745bd90c5ec1a0613fa09173ec28c4b8d..3983c94edd50092d7ce1729a95844ab52682fb4a 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -36,6 +36,7 @@ |
#include "base/trace_event/trace_event.h" |
#include "base/tracked_objects.h" |
#include "cc/base/switches.h" |
+#include "components/dom_distiller/core/dom_distiller_switches.h" |
#include "components/tracing/tracing_switches.h" |
#include "content/browser/appcache/appcache_dispatcher_host.h" |
#include "content/browser/appcache/chrome_appcache_service.h" |
@@ -1326,6 +1327,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kOverridePluginPowerSaverForTesting, |
switches::kPpapiInProcess, |
switches::kProfilerTiming, |
+ switches::kReaderModeHeuristics, |
switches::kReducedReferrerGranularity, |
switches::kReduceSecurityForTesting, |
switches::kRegisterPepperPlugins, |