| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index bf4c1f5129a7369bfa5720b496ec9149824768ea..571df26827fa24a0783a7de0f69b93e71dd68520 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -593,10 +593,8 @@ BackgroundSyncContextImpl* StoragePartitionImpl::GetBackgroundSyncContext() {
|
|
|
| void StoragePartitionImpl::OpenLocalStorage(
|
| const mojo::String& origin,
|
| - LevelDBObserverPtr observer,
|
| mojo::InterfaceRequest<LevelDBWrapper> request) {
|
| - dom_storage_context_->OpenLocalStorage(origin, std::move(observer),
|
| - std::move(request));
|
| + dom_storage_context_->OpenLocalStorage(origin, std::move(request));
|
| }
|
|
|
| void StoragePartitionImpl::ClearDataImpl(
|
|
|