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

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

Issue 2204943002: Integrate registry_hash_store_contents with the rest of tracked prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply comments from patch set 27 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_split_preference.h
diff --git a/components/user_prefs/tracked/tracked_split_preference.h b/components/user_prefs/tracked/tracked_split_preference.h
index f2700a4ddabe42378a699f294b0e7105d226dba2..359c8e1f5709c619c66a0dc4556fb037ed237a6c 100644
--- a/components/user_prefs/tracked/tracked_split_preference.h
+++ b/components/user_prefs/tracked/tracked_split_preference.h
@@ -33,10 +33,13 @@ class TrackedSplitPreference : public TrackedPreference {
TrackedPreferenceValidationDelegate* delegate);
// TrackedPreference implementation.
+ TrackedPreferenceType GetType() const override;
void OnNewValue(const base::Value* value,
PrefHashStoreTransaction* transaction) const override;
- bool EnforceAndReport(base::DictionaryValue* pref_store_contents,
- PrefHashStoreTransaction* transaction) const override;
+ bool EnforceAndReport(
+ base::DictionaryValue* pref_store_contents,
+ PrefHashStoreTransaction* transaction,
+ PrefHashStoreTransaction* external_validation_transaction) const override;
private:
const std::string pref_path_;
« no previous file with comments | « components/user_prefs/tracked/tracked_preference.h ('k') | components/user_prefs/tracked/tracked_split_preference.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698