| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index a2e5a626a061e26e50d5b2e2c38fd172b88f7e30..720b8590ea5f4fa295df724add1437f406ccac64 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"
|
| @@ -413,6 +414,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
|
|
| #if defined(OS_ANDROID)
|
| chrome_variations::VariationsService::RegisterProfilePrefs(registry);
|
| + dom_distiller::ReaderModePrefs::RegisterProfilePrefs(registry);
|
| NewTabPagePrefs::RegisterProfilePrefs(registry);
|
| PartnerBookmarksShim::RegisterProfilePrefs(registry);
|
| #else
|
|
|