Index: trunk/src/chrome/browser/prefs/profile_pref_store_manager.h |
=================================================================== |
--- trunk/src/chrome/browser/prefs/profile_pref_store_manager.h (revision 269437) |
+++ trunk/src/chrome/browser/prefs/profile_pref_store_manager.h (working copy) |
@@ -108,6 +108,10 @@ |
// if |kPlatformSupportsPreferenceTracking|. |
scoped_ptr<PrefHashStoreImpl> GetPrefHashStoreImpl(); |
+ // Returns a PrefHashStore that is a copy of the current state of the real |
+ // hash store. |
+ scoped_ptr<PrefHashStore> CopyPrefHashStore(); |
+ |
const base::FilePath profile_path_; |
const std::vector<PrefHashFilter::TrackedPreferenceMetadata> |
tracking_configuration_; |