Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: chrome/browser/prefs/tracked/pref_hash_store_transaction.h

Issue 617183005: Split the NullInitialized signal out of TrustedInitialized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c1_move_to_tracked
Patch Set: fix PrefHashBrowserTest Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/prefs/tracked/pref_hash_store_transaction.h
diff --git a/chrome/browser/prefs/tracked/pref_hash_store_transaction.h b/chrome/browser/prefs/tracked/pref_hash_store_transaction.h
index deb38a11fdfeaed20c8fdfa8fb36cecef693aad7..62cd602818ec2df23c9be65b28af60c2c2a26883 100644
--- a/chrome/browser/prefs/tracked/pref_hash_store_transaction.h
+++ b/chrome/browser/prefs/tracked/pref_hash_store_transaction.h
@@ -32,9 +32,10 @@ class PrefHashStoreTransaction {
// No stored hash exists for the preference value, but the current set of
// hashes stored is trusted and thus this value can safely be seeded. This
// happens when all hashes are already properly seeded and a newly
- // tracked value needs to be seeded). NULL values are inherently trusted as
- // well.
+ // tracked value needs to be seeded).
TRUSTED_UNKNOWN_VALUE,
+ // NULL values are inherently trusted.
+ TRUSTED_NULL_VALUE,
};
// Finalizes any remaining work after the transaction has been performed.

Powered by Google App Engine
This is Rietveld 408576698