Index: chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h |
diff --git a/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h b/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h |
index 96bdeacdddd314c3e056e7cfaf87ff9d24bc8375..55d29f5d2607f957fbc5e139768763c4fe8c5508 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h |
+++ b/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h |
@@ -34,12 +34,15 @@ class PreferenceValidationDelegate |
const std::string& pref_path, |
const base::Value* value, |
PrefHashStoreTransaction::ValueState value_state, |
+ PrefHashStoreTransaction::ValueState external_validation_value_state, |
bool is_personal) override; |
void OnSplitPreferenceValidation( |
const std::string& pref_path, |
const base::DictionaryValue* dict_value, |
const std::vector<std::string>& invalid_keys, |
+ const std::vector<std::string>& external_validation_invalid_keys, |
PrefHashStoreTransaction::ValueState value_state, |
+ PrefHashStoreTransaction::ValueState external_validation_value_state, |
bool is_personal) override; |
Profile* profile_; |