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); |
}; |