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

Unified Diff: components/prefs/json_pref_store.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: Experiment with giving two transactions to EnforceAndReport Created 4 years, 4 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/prefs/json_pref_store.h
diff --git a/components/prefs/json_pref_store.h b/components/prefs/json_pref_store.h
index 047fe74abcd88857597e7ac0d398274820de5b7d..54e249652c6af2aa8559d9ec7a81517c6a33be9b 100644
--- a/components/prefs/json_pref_store.h
+++ b/components/prefs/json_pref_store.h
@@ -111,6 +111,11 @@ class COMPONENTS_PREFS_EXPORT JsonPrefStore
void RegisterOnNextSuccessfulWriteCallback(
const base::Closure& on_next_successful_write);
+ // Registers |on_next_successful_write| to be called once, on the next
+ // successful write event of |writer| and on the blocking pool.
+ void RegisterOnNextSuccessfulWriteBlockingCallback(
+ const base::Closure& on_next_successful_write);
gab 2016/08/03 18:19:34 Adapt API to match changes to ImportantFileWriter'
proberge 2016/08/04 00:13:45 Done.
+
void ClearMutableValues() override;
private:

Powered by Google App Engine
This is Rietveld 408576698