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

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

Issue 151003004: Add an automatic settings reset banner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pre-review cleanup. Created 6 years, 10 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: chrome/browser/prefs/pref_hash_store.h
diff --git a/chrome/browser/prefs/pref_hash_store.h b/chrome/browser/prefs/pref_hash_store.h
index d06556adb96222e8f8d7d853635a8ef52ca26d6b..78dd2d6071a4e7b880d8c69b8114173bc2acad4d 100644
--- a/chrome/browser/prefs/pref_hash_store.h
+++ b/chrome/browser/prefs/pref_hash_store.h
@@ -78,6 +78,9 @@ class PrefHashStore {
virtual void StoreSplitHash(
const std::string& path,
const base::DictionaryValue* split_value) = 0;
+
+ // Records that a pref reset event has taken place.
+ virtual void RecordResetEvent() = 0;
};
#endif // CHROME_BROWSER_PREFS_PREF_HASH_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698