Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9656)

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 10916235: Record policy usage statistics every 24 hours. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated comment Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 8a063b1cf14e49fc265e0be44fec23c172716ded..17cd86d5e48dcc30df5ca66c4b463540eed811b5 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -41,6 +41,7 @@
#include "chrome/browser/password_manager/password_manager.h"
#include "chrome/browser/pepper_flash_settings_manager.h"
#include "chrome/browser/policy/cloud_policy_subsystem.h"
+#include "chrome/browser/policy/policy_statistics_collector.h"
#include "chrome/browser/policy/url_blacklist_manager.h"
#include "chrome/browser/prefs/incognito_mode_prefs.h"
#include "chrome/browser/prefs/pref_service.h"
@@ -147,6 +148,7 @@ void RegisterLocalState(PrefService* local_state) {
chrome_variations::VariationsService::RegisterPrefs(local_state);
WebCacheManager::RegisterPrefs(local_state);
chrome::RegisterScreenshotPrefs(local_state);
+ policy::PolicyStatisticsCollector::RegisterPrefs(local_state);
Joao da Silva 2012/09/12 13:29:38 Should be within the #ifdef(ENABLE_CONFIGURATION_P
qfel 2012/09/18 11:30:56 Done.
#if defined(ENABLE_CONFIGURATION_POLICY)
policy::CloudPolicySubsystem::RegisterPrefs(local_state);

Powered by Google App Engine
This is Rietveld 408576698