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

Unified Diff: content/common/leveldb_wrapper.mojom

Issue 1745603002: Switch LevelDBWrapper::GetAll to use the new Mojo sync IPC mechanism. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: content/common/leveldb_wrapper.mojom
diff --git a/content/common/leveldb_wrapper.mojom b/content/common/leveldb_wrapper.mojom
index 045b858acb36929e53771364e88da2ab46ab2194..455b5d903195aa1618c3f0d1a45a55fdd25fd2a9 100644
--- a/content/common/leveldb_wrapper.mojom
+++ b/content/common/leveldb_wrapper.mojom
@@ -30,6 +30,7 @@ interface LevelDBWrapper {
Get(array<uint8> key) => (leveldb.DatabaseError status, array<uint8> value);
// Only used with small databases. Returns all key/value pairs.
+ [Sync]
GetAll() => (leveldb.DatabaseError status, array<KeyValue> data);
};
« no previous file with comments | « no previous file | content/renderer/dom_storage/local_storage_area.h » ('j') | content/renderer/dom_storage/local_storage_area.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698