Chromium Code Reviews| Index: chrome/browser/prefs/pref_hash_calculator.h |
| diff --git a/chrome/browser/prefs/pref_hash_calculator.h b/chrome/browser/prefs/pref_hash_calculator.h |
| index 6f0fd851790c341d8baae1241f4f27d427fa3513..8c21e1adc28ad15fb3004b20b66002f2c001af09 100644 |
| --- a/chrome/browser/prefs/pref_hash_calculator.h |
| +++ b/chrome/browser/prefs/pref_hash_calculator.h |
| @@ -39,10 +39,9 @@ class PrefHashCalculator { |
| const std::string& hash) const; |
| private: |
| - // Calculate a hash using a deprecated hash algorithm. For validating old |
| - // hashes during migration. |
| - std::string CalculateLegacyHash(const std::string& path, |
| - const base::Value* value) const; |
| + // Concatenates path and value to give the hash input. |
|
gab
2014/01/10 17:06:21
It also adds device_id_.
|
| + std::string GetMessage(const std::string& path, |
| + const base::Value* value) const; |
| std::string seed_; |
| std::string device_id_; |