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

Unified Diff: chrome/browser/prefs/pref_value_store.h

Issue 6348007: Remove outdated comment and forward declaration in pref_value_store.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_value_store.h
diff --git a/chrome/browser/prefs/pref_value_store.h b/chrome/browser/prefs/pref_value_store.h
index 87bf4f77f586634105433a7071b3895af8046340..ef85277b02439d696738ff056a3ae32b75670226 100644
--- a/chrome/browser/prefs/pref_value_store.h
+++ b/chrome/browser/prefs/pref_value_store.h
@@ -21,7 +21,6 @@
class FilePath;
class PrefNotifier;
class PrefStore;
-class Profile;
// The PrefValueStore manages various sources of values for Preferences
// (e.g., configuration policies, extensions, and user settings). It returns
@@ -47,12 +46,6 @@ class PrefValueStore : public base::RefCountedThreadSafe<PrefValueStore> {
//
// |pref_notifier| facilitates broadcasting preference change notifications
// to the world.
- //
- // The |profile| parameter is used to construct a replacement device
- // management pref store. This is done after policy refresh when we swap out
- // the policy pref stores for new ones, so the |profile| pointer needs to be
- // kept around for then. It is safe to pass a NULL pointer for local state
- // preferences.
PrefValueStore(PrefStore* managed_platform_prefs,
PrefStore* device_management_prefs,
PrefStore* extension_prefs,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698