| Index: components/user_prefs/tracked/tracked_preference_validation_delegate.h
|
| diff --git a/components/user_prefs/tracked/tracked_preference_validation_delegate.h b/components/user_prefs/tracked/tracked_preference_validation_delegate.h
|
| index 8ea9c80a0a5104958da4e8697e173485b52dcdb2..d010df5aee35dd488fd42a02f40b9a21d7cc62fd 100644
|
| --- a/components/user_prefs/tracked/tracked_preference_validation_delegate.h
|
| +++ b/components/user_prefs/tracked/tracked_preference_validation_delegate.h
|
| @@ -28,6 +28,7 @@ class TrackedPreferenceValidationDelegate {
|
| const std::string& pref_path,
|
| const base::Value* value,
|
| PrefHashStoreTransaction::ValueState value_state,
|
| + PrefHashStoreTransaction::ValueState external_validation_value_state,
|
| bool is_personal) = 0;
|
|
|
| // Notifies observes of the result (|value_state|) of checking the split
|
| @@ -37,7 +38,9 @@ class TrackedPreferenceValidationDelegate {
|
| 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) = 0;
|
| };
|
|
|
|
|