| Index: chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
|
| diff --git a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
|
| index 99fb259672f5311c166bfd7d813fed46b4a7d746..012afff06bb7e2db366b7be6225c83cbd4316e36 100644
|
| --- a/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
|
| +++ b/chrome/browser/prefs/tracked/pref_service_hash_store_contents.h
|
| @@ -27,6 +27,11 @@ class PrefServiceHashStoreContents : public HashStoreContents {
|
| PrefServiceHashStoreContents(const std::string& hash_store_id,
|
| PrefService* pref_service);
|
|
|
| + // A dictionary pref which maps profile names to dictionary values which hold
|
| + // hashes of profile prefs that we track to detect changes that happen outside
|
| + // of Chrome.
|
| + static const char kProfilePreferenceHashes[];
|
| +
|
| // The name of a dict that is stored as a child of
|
| // |prefs::kProfilePreferenceHashes|. Each child node is a string whose name
|
| // is a hash store ID and whose value is the super MAC for the corresponding
|
| @@ -53,7 +58,6 @@ class PrefServiceHashStoreContents : public HashStoreContents {
|
| virtual scoped_ptr<MutableDictionary> GetMutableContents() OVERRIDE;
|
| virtual std::string GetSuperMac() const OVERRIDE;
|
| virtual void SetSuperMac(const std::string& super_mac) OVERRIDE;
|
| - virtual void CommitPendingWrite() OVERRIDE;
|
|
|
| private:
|
| const std::string hash_store_id_;
|
|
|