| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index 32f552ed7a5471fd7718bd46320beec7772e6816..28b0eb13450342a737477b57648e1f57fde54821 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -587,8 +587,10 @@ BackgroundSyncContextImpl* StoragePartitionImpl::GetBackgroundSyncContext() {
|
|
|
| void StoragePartitionImpl::OpenLocalStorage(
|
| const url::Origin& origin,
|
| + mojom::LevelDBObserverPtr observer,
|
| mojo::InterfaceRequest<mojom::LevelDBWrapper> request) {
|
| - dom_storage_context_->OpenLocalStorage(origin, std::move(request));
|
| + dom_storage_context_->OpenLocalStorage(
|
| + origin, std::move(observer), std::move(request));
|
| }
|
|
|
| void StoragePartitionImpl::ClearDataImpl(
|
|
|