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 edecdf55240a37c88ebcbcaee232ad0c0dd254c1..8ea9c80a0a5104958da4e8697e173485b52dcdb2 100644 |
--- a/components/user_prefs/tracked/tracked_preference_validation_delegate.h |
+++ b/components/user_prefs/tracked/tracked_preference_validation_delegate.h |
@@ -28,7 +28,6 @@ |
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 |
@@ -39,7 +38,6 @@ |
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; |
}; |