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

Unified Diff: chrome/browser/prefs/pref_hash_filter.h

Issue 226633002: Commit changes after a reset. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't commit, just schedule. Created 6 years, 8 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
« no previous file with comments | « base/prefs/pref_filter.h ('k') | chrome/browser/prefs/pref_hash_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_hash_filter.h
diff --git a/chrome/browser/prefs/pref_hash_filter.h b/chrome/browser/prefs/pref_hash_filter.h
index c4353fadd07764aefbdfc1d49f31eca993013c9f..7cb08313d0615faf26bb9bccdc124412af3fdcb0 100644
--- a/chrome/browser/prefs/pref_hash_filter.h
+++ b/chrome/browser/prefs/pref_hash_filter.h
@@ -94,7 +94,7 @@ class PrefHashFilter : public PrefFilter {
PersistentPrefStore* destination);
// PrefFilter implementation.
- virtual void FilterOnLoad(base::DictionaryValue* pref_store_contents)
+ virtual bool FilterOnLoad(base::DictionaryValue* pref_store_contents)
OVERRIDE;
virtual void FilterUpdate(const std::string& path) OVERRIDE;
virtual void FilterSerializeData(
« no previous file with comments | « base/prefs/pref_filter.h ('k') | chrome/browser/prefs/pref_hash_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698