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); |
nyquist
2014/06/23 16:03:05
Why are these prefs only for Android?
If that is i
smaslo
2014/06/23 22:14:32
Done.
|
NewTabPagePrefs::RegisterProfilePrefs(registry); |
PartnerBookmarksShim::RegisterProfilePrefs(registry); |
#else |