Index: chrome/browser/prefs/pref_hash_store_impl.h |
diff --git a/chrome/browser/prefs/pref_hash_store_impl.h b/chrome/browser/prefs/pref_hash_store_impl.h |
index 1d3f5817e32747b374b50ccdea74fb93d0222514..63ac7cd9d9089880f4adc0d7abb5a20816363f70 100644 |
--- a/chrome/browser/prefs/pref_hash_store_impl.h |
+++ b/chrome/browser/prefs/pref_hash_store_impl.h |
@@ -46,9 +46,15 @@ class PrefHashStoreImpl : public PrefHashStore { |
const base::Value* value) OVERRIDE; |
private: |
+ // Returns true if the dictionary of hashes stored for |hash_store_id_| is |
+ // trusted (which implies unknown values can be trusted as newly tracked |
+ // values). |
+ bool IsHashDictionaryTrusted() const; |
+ |
std::string hash_store_id_; |
PrefHashCalculator pref_hash_calculator_; |
PrefService* local_state_; |
+ bool initial_hashes_dictionary_trusted_; |
DISALLOW_COPY_AND_ASSIGN(PrefHashStoreImpl); |
}; |