| Index: chrome/browser/chrome_content_browser_client.cc
 | 
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
 | 
| index a3910fbf24a2af7060f17d9739feaad8a074f92c..53fa0b71241ed2a933de01ad3907e72b6e591b20 100644
 | 
| --- a/chrome/browser/chrome_content_browser_client.cc
 | 
| +++ b/chrome/browser/chrome_content_browser_client.cc
 | 
| @@ -108,6 +108,7 @@
 | 
|  #include "components/content_settings/core/browser/host_content_settings_map.h"
 | 
|  #include "components/content_settings/core/common/content_settings.h"
 | 
|  #include "components/data_reduction_proxy/content/browser/data_reduction_proxy_message_filter.h"
 | 
| +#include "components/dom_distiller/core/dom_distiller_switches.h"
 | 
|  #include "components/dom_distiller/core/url_constants.h"
 | 
|  #include "components/google/core/browser/google_util.h"
 | 
|  #include "components/metrics/client_info.h"
 | 
| @@ -1555,6 +1556,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
 | 
|        switches::kProfilingAtStart,
 | 
|        switches::kProfilingFile,
 | 
|        switches::kProfilingFlush,
 | 
| +      switches::kReaderModeHeuristics,
 | 
|        switches::kUnsafelyTreatInsecureOriginAsSecure,
 | 
|        translate::switches::kTranslateSecurityOrigin,
 | 
|      };
 | 
| 
 |