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

Unified Diff: content/common/storage_partition_service.mojom

Issue 1837883003: Some fleshing out the mojo based localstorage implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/common/leveldb_wrapper.mojom ('k') | content/renderer/dom_storage/local_storage_cached_area.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/storage_partition_service.mojom
diff --git a/content/common/storage_partition_service.mojom b/content/common/storage_partition_service.mojom
index e4048a5b3d4e7fa3a9ef78898bb7c6ac4c7b0118..3338658618d4b84efedab7e7c4b1ee2687e3075c 100644
--- a/content/common/storage_partition_service.mojom
+++ b/content/common/storage_partition_service.mojom
@@ -9,5 +9,7 @@ import "url/mojo/origin.mojom";
// Returns services related to the current storage partition.
interface StoragePartitionService {
- OpenLocalStorage(url.mojom.Origin origin, LevelDBWrapper& database);
+ OpenLocalStorage(url.mojom.Origin origin,
+ LevelDBObserver observer,
+ LevelDBWrapper& database);
};
« no previous file with comments | « content/common/leveldb_wrapper.mojom ('k') | content/renderer/dom_storage/local_storage_cached_area.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698