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

Unified Diff: chrome/browser/pref_service.cc

Issue 1692011: Implementation of managed policy: Policy Abstraction (Closed)
Patch Set: check no changes Created 10 years, 7 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
« no previous file with comments | « chrome/browser/json_pref_store_unittest.cc ('k') | chrome/browser/pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/pref_service.cc
diff --git a/chrome/browser/pref_service.cc b/chrome/browser/pref_service.cc
index 2a608fb9e98b0f4d60b5a0fef36bd1300d51ff08..bfc3cebbd2cb16713deba94d30b702b223d8d999 100644
--- a/chrome/browser/pref_service.cc
+++ b/chrome/browser/pref_service.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -128,7 +128,7 @@ PrefStore::PrefReadError PrefService::LoadPersistentPrefs() {
PrefStore::PrefReadError pref_error = store_->ReadPrefs();
- persistent_ = store_->Prefs();
+ persistent_ = store_->prefs();
for (PreferenceSet::iterator it = prefs_.begin();
it != prefs_.end(); ++it) {
« no previous file with comments | « chrome/browser/json_pref_store_unittest.cc ('k') | chrome/browser/pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698