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

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 d7addb9ee18709df9b28c613d47575c087ef5a68..1489bc6f6f26e54e82d8798f2fb22afe5a6f3361 100644
--- a/components/user_prefs/tracked/pref_hash_filter.h
+++ b/components/user_prefs/tracked/pref_hash_filter.h
@@ -164,7 +164,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