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

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

Issue 11946017: Remove old cloud policy code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually upload the code I intended to upload. Created 7 years, 11 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 b94c03a20ab8a175a4b8be3e4db87f327fee9496..d4e96b1424023230eb009e4b8e67e17a990f29e9 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -79,7 +79,6 @@
#include "content/public/browser/render_process_host.h"
#if defined(ENABLE_CONFIGURATION_POLICY)
-#include "chrome/browser/policy/cloud_policy_subsystem.h"
#include "chrome/browser/policy/policy_statistics_collector.h"
#include "chrome/browser/policy/url_blacklist_manager.h"
#endif
@@ -174,7 +173,6 @@ void RegisterLocalState(PrefServiceSimple* local_state) {
#endif
#if defined(ENABLE_CONFIGURATION_POLICY)
- policy::CloudPolicySubsystem::RegisterPrefs(local_state);
Joao da Silva 2013/01/17 09:38:05 This was registering kDevicePolicyRefreshRate and
Mattias Nissler (ping if slow) 2013/01/22 10:31:39 Done.
policy::PolicyStatisticsCollector::RegisterPrefs(local_state);
#endif

Powered by Google App Engine
This is Rietveld 408576698