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; |