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

Unified Diff: content/common/leveldb_wrapper.mojom

Issue 2649963002: Enable mojo localstorage to actually store on disk. (Closed)
Patch Set: add uma Created 3 years, 11 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: content/common/leveldb_wrapper.mojom
diff --git a/content/common/leveldb_wrapper.mojom b/content/common/leveldb_wrapper.mojom
index e099618c3727e8a5442c9cf388ebf0aaecc61dff..7ba11e80d2d2e763bba50dac3ff10a469df034fc 100644
--- a/content/common/leveldb_wrapper.mojom
+++ b/content/common/leveldb_wrapper.mojom
@@ -55,4 +55,9 @@ interface LevelDBWrapper {
[Sync]
GetAll(associated LevelDBWrapperGetAllCallback complete_callback)
=> (leveldb.mojom.DatabaseError status, array<KeyValue> data);
+
+ // This method does nothing, but makes it possible to block until a
+ // LevelDBWrapper request had been bound to an implementation.
+ [Sync]
+ Sync() => ();
};

Powered by Google App Engine
This is Rietveld 408576698