| 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..486b6e44729fba40601bed86153684f2e1963712 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,14 @@ 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,
|
| PrefHashStoreTransaction::ValueState value_state,
|
| + PrefHashStoreTransaction::ValueState external_validation_value_state,
|
| bool is_personal) override;
|
|
|
| Profile* profile_;
|
|
|