| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 2e74da7b51b01068b35cb7a1a45d3d1a807c2275..5aafd4fb168ab65ef29a682314b6c31cae2478b4 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -83,6 +83,7 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "components/autofill/core/browser/autofill_manager.h"
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| +#include "components/dom_distiller/core/reader_mode_preferences.h"
|
| #include "components/google/core/browser/google_pref_names.h"
|
| #include "components/google/core/browser/google_url_tracker.h"
|
| #include "components/network_time/network_time_tracker.h"
|
| @@ -350,6 +351,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| registry);
|
| chrome_browser_net::Predictor::RegisterProfilePrefs(registry);
|
| chrome_prefs::RegisterProfilePrefs(registry);
|
| + dom_distiller::ReaderModePrefs::RegisterProfilePrefs(registry);
|
| DownloadPrefs::RegisterProfilePrefs(registry);
|
| easy_unlock::RegisterProfilePrefs(registry);
|
| gcm::GCMProfileService::RegisterProfilePrefs(registry);
|
|
|