Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index 63568a7a1d4ee53c8711aadc01d3c2f3fac150a2..f2d38a8935598c1459f6ba764ae6576a6c8988c6 100644 |
--- a/chrome/browser/prefs/browser_prefs.cc |
+++ b/chrome/browser/prefs/browser_prefs.cc |
@@ -35,6 +35,7 @@ |
#include "chrome/browser/page_info_model.h" |
#include "chrome/browser/password_manager/password_manager.h" |
#include "chrome/browser/policy/cloud_policy_subsystem.h" |
+#include "chrome/browser/policy/device_status_collector.h" |
#include "chrome/browser/policy/url_blacklist_manager.h" |
#include "chrome/browser/prefs/incognito_mode_prefs.h" |
#include "chrome/browser/prefs/session_startup_pref.h" |
@@ -128,6 +129,7 @@ void RegisterLocalState(PrefService* local_state) { |
SSLConfigServiceManager::RegisterPrefs(local_state); |
#if defined(ENABLE_CONFIGURATION_POLICY) |
policy::CloudPolicySubsystem::RegisterPrefs(local_state); |
+ policy::DeviceStatusCollector::RegisterPrefs(local_state); |
#endif |
ProfileInfoCache::RegisterPrefs(local_state); |
ProfileManager::RegisterPrefs(local_state); |