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

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

Issue 2746023002: Pref service: enable for user prefs in chrome behind a flag. (Closed)
Patch Set: Created 3 years, 9 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/pref_hash_filter.h
diff --git a/components/user_prefs/tracked/pref_hash_filter.h b/components/user_prefs/tracked/pref_hash_filter.h
index 5e19e96777a0b63a6af80159372180dabfdabfd9..cd606610e78fb0db662ca2b4f6b66d143fe2f729 100644
--- a/components/user_prefs/tracked/pref_hash_filter.h
+++ b/components/user_prefs/tracked/pref_hash_filter.h
@@ -154,7 +154,7 @@ class PrefHashFilter : public InterceptablePrefFilter {
const base::Optional<StoreContentsPair> external_validation_hash_store_pair_;
// Invoked if a reset occurs in a call to FilterOnLoad.
- const base::Closure on_reset_on_load_;
+ base::Closure on_reset_on_load_;
TrackedPreferencesMap tracked_paths_;

Powered by Google App Engine
This is Rietveld 408576698