| 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..edecdf55240a37c88ebcbcaee232ad0c0dd254c1 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
|
| @@ -38,6 +39,7 @@ class TrackedPreferenceValidationDelegate {
|
| 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) = 0;
|
| };
|
|
|
|
|