Commit a2b29cf0 authored by mnissler@chromium.org's avatar mnissler@chromium.org

Remove outdated comment and forward declaration in pref_value_store.h

BUG=None
TEST=compiles

Review URL: http://codereview.chromium.org/6348007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72789 0039d316-1c4b-4281-b951-d872f2087c98
parent 02ff0486
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
class FilePath; class FilePath;
class PrefNotifier; class PrefNotifier;
class PrefStore; class PrefStore;
class Profile;
// The PrefValueStore manages various sources of values for Preferences // The PrefValueStore manages various sources of values for Preferences
// (e.g., configuration policies, extensions, and user settings). It returns // (e.g., configuration policies, extensions, and user settings). It returns
...@@ -46,12 +45,6 @@ class PrefValueStore : public base::RefCountedThreadSafe<PrefValueStore> { ...@@ -46,12 +45,6 @@ class PrefValueStore : public base::RefCountedThreadSafe<PrefValueStore> {
// //
// |pref_notifier| facilitates broadcasting preference change notifications // |pref_notifier| facilitates broadcasting preference change notifications
// to the world. // 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, PrefValueStore(PrefStore* managed_platform_prefs,
PrefStore* device_management_prefs, PrefStore* device_management_prefs,
PrefStore* extension_prefs, PrefStore* extension_prefs,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment