| Index: content/common/storage_partition_service.mojom
|
| diff --git a/content/common/storage_partition_service.mojom b/content/common/storage_partition_service.mojom
|
| index 8676114755118b5626c246f07f06babdff3016f3..02c7283eedd9a0232249317de319ae2e2b8703b9 100644
|
| --- a/content/common/storage_partition_service.mojom
|
| +++ b/content/common/storage_partition_service.mojom
|
| @@ -8,6 +8,5 @@ import "content/common/leveldb_wrapper.mojom";
|
|
|
| // Returns services related to the current storage partition.
|
| interface StoragePartitionService {
|
| - OpenLocalStorage(string origin, LevelDBObserver observer,
|
| - LevelDBWrapper& database);
|
| + OpenLocalStorage(string origin, LevelDBWrapper& database);
|
| };
|
|
|