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

Unified Diff: content/common/storage_partition_service.mojom

Issue 2596603002: Make LevelDBObserver an associated interface to LevelDBWrapper. (Closed)
Patch Set: Created 4 years 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 3338658618d4b84efedab7e7c4b1ee2687e3075c..5aca10a86e5270be0e0166c98e65cd110aec89ae 100644
--- a/content/common/storage_partition_service.mojom
+++ b/content/common/storage_partition_service.mojom
@@ -10,6 +10,5 @@ import "url/mojo/origin.mojom";
// Returns services related to the current storage partition.
interface StoragePartitionService {
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