Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: components/user_prefs/tracked/tracked_preference_validation_delegate.h

Issue 2390213002: Revert of Send a TrackedPreference incident when registry pref validation fails. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « components/user_prefs/tracked/tracked_preference_helper.cc ('k') | components/user_prefs/tracked/tracked_split_preference.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698