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

Unified Diff: chrome/browser/pref_service.h

Issue 3032058: Move creation of the PrefStores into the PrefValueStore, to reduce the knowle... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Comment-only changes Created 10 years, 4 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/pref_service.h
===================================================================
--- chrome/browser/pref_service.h (revision 55061)
+++ chrome/browser/pref_service.h (working copy)
@@ -101,8 +101,8 @@
DISALLOW_COPY_AND_ASSIGN(Preference);
};
- // Factory method that creates a new instance of a |PrefService| with
- // all platform-applicable PrefStores (managed, extension, user, etc.).
+ // Factory method that creates a new instance of a PrefService with
+ // a PrefValueStore containing all platform-applicable PrefStores.
// The |pref_filename| points to the user preference file. The |profile| is
// the one to which these preferences apply; it may be NULL if we're dealing
// with the local state. This is the usual way to create a new PrefService.

Powered by Google App Engine
This is Rietveld 408576698