| Index: chrome/browser/prefs/tracked/hash_store_contents.h
|
| diff --git a/chrome/browser/prefs/tracked/hash_store_contents.h b/chrome/browser/prefs/tracked/hash_store_contents.h
|
| index e07104b7050eb0492b6c111bdef68f6683138204..388aad2c0ec07282ebca16ccc70f1b47a696cf51 100644
|
| --- a/chrome/browser/prefs/tracked/hash_store_contents.h
|
| +++ b/chrome/browser/prefs/tracked/hash_store_contents.h
|
| @@ -13,7 +13,14 @@ namespace base {
|
| class DictionaryValue;
|
| } // namespace base
|
|
|
| -// Provides access to the contents of a preference hash store.
|
| +// Provides access to the contents of a preference hash store. The store
|
| +// contains the following data:
|
| +// Contents: a client-defined dictionary that should map preference names to
|
| +// MACs.
|
| +// Version: a client-defined version number for the format of Contents.
|
| +// Super MAC: a MAC that authenticates the entirety of Contents.
|
| +// Legacy hash stores may have an ID that was incorporated into MAC
|
| +// calculations. The ID, if any, is available via |hash_store_id()|.
|
| class HashStoreContents {
|
| public:
|
| // Used to modify a DictionaryValue stored in the preference hash store. The
|
|
|