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

Unified Diff: components/user_prefs/tracked/pref_hash_store_transaction.h

Issue 2384213002: Send a TrackedPreference incident when registry pref validation fails. (Closed)
Patch Set: Address comments on patch set 4 Created 4 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: components/user_prefs/tracked/pref_hash_store_transaction.h
diff --git a/components/user_prefs/tracked/pref_hash_store_transaction.h b/components/user_prefs/tracked/pref_hash_store_transaction.h
index aa5697fb4003ca3a1dd1d3f7f1d7de50f566ef1c..55d99d2d03fc6b04f4e9eb4724a69de779416704 100644
--- a/components/user_prefs/tracked/pref_hash_store_transaction.h
+++ b/components/user_prefs/tracked/pref_hash_store_transaction.h
@@ -38,6 +38,8 @@ class PrefHashStoreTransaction {
TRUSTED_UNKNOWN_VALUE,
// NULL values are inherently trusted.
TRUSTED_NULL_VALUE,
+ // This transaction's store type is not supported.
+ UNSUPPORTED,
};
// Finalizes any remaining work after the transaction has been performed.

Powered by Google App Engine
This is Rietveld 408576698