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

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

Issue 2204943002: Integrate registry_hash_store_contents with the rest of tracked prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Experiment with giving two transactions to EnforceAndReport Created 4 years, 4 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/tracked_preference_helper.h
diff --git a/components/user_prefs/tracked/tracked_preference_helper.h b/components/user_prefs/tracked/tracked_preference_helper.h
index 883e3e8f78908062497b0197460e5be3c7025145..8f2e188d8720f2ebabd49752c5d238adeab6af16 100644
--- a/components/user_prefs/tracked/tracked_preference_helper.h
+++ b/components/user_prefs/tracked/tracked_preference_helper.h
@@ -10,6 +10,7 @@
#include <string>
#include "base/macros.h"
+#include "components/user_prefs/tracked/hash_store_contents.h"
#include "components/user_prefs/tracked/pref_hash_filter.h"
#include "components/user_prefs/tracked/pref_hash_store_transaction.h"
@@ -42,8 +43,8 @@ class TrackedPreferenceHelper {
bool IsPersonal() const;
// Reports |value_state| via UMA under |reporting_id_|.
gab 2016/08/03 18:19:36 // Reports |value_state| via UMA under |reporting_
proberge 2016/08/04 00:13:47 Done, but keeping |validation_type| for now.
- void ReportValidationResult(
- PrefHashStoreTransaction::ValueState value_state) const;
+ void ReportValidationResult(PrefHashStoreTransaction::ValueState value_state,
+ HashStoreContentsType validation_type) const;
gab 2016/08/03 18:19:36 As mentioned above, I think this could just be co
proberge 2016/08/04 00:13:47 Ack, see above reply
// Reports |reset_action| via UMA under |reporting_id_|.
void ReportAction(ResetAction reset_action) const;

Powered by Google App Engine
This is Rietveld 408576698