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

Unified Diff: chrome/browser/policy/auto_enrollment_client.cc

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/policy/auto_enrollment_client.cc
diff --git a/chrome/browser/policy/auto_enrollment_client.cc b/chrome/browser/policy/auto_enrollment_client.cc
index fae76655ad4ecb88e1745fe6484ac3723e02ca0f..0162b16364851ff04c38662b5c37a38e8a85444f 100644
--- a/chrome/browser/policy/auto_enrollment_client.cc
+++ b/chrome/browser/policy/auto_enrollment_client.cc
@@ -92,7 +92,7 @@ AutoEnrollmentClient::AutoEnrollmentClient(const base::Closure& callback,
AutoEnrollmentClient::~AutoEnrollmentClient() {}
// static
-void AutoEnrollmentClient::RegisterPrefs(PrefServiceSimple* local_state) {
+void AutoEnrollmentClient::RegisterPrefs(PrefRegistrarSimple* local_state) {
local_state->RegisterBooleanPref(prefs::kShouldAutoEnroll, false);
local_state->RegisterIntegerPref(prefs::kAutoEnrollmentPowerLimit, -1);
}

Powered by Google App Engine
This is Rietveld 408576698