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

Unified Diff: content/browser/storage_partition_impl.cc

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/browser/storage_partition_impl.h ('k') | content/common/leveldb_wrapper.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/storage_partition_impl.cc
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
index ba754b24d6269fd82bc2c6b47e00f50f4a3be11b..2c2b2f4b6f5b423c7ce6ab9b0501019e8e4918de 100644
--- a/content/browser/storage_partition_impl.cc
+++ b/content/browser/storage_partition_impl.cc
@@ -574,10 +574,8 @@ BroadcastChannelProvider* StoragePartitionImpl::GetBroadcastChannelProvider() {
void StoragePartitionImpl::OpenLocalStorage(
const url::Origin& origin,
- mojom::LevelDBObserverPtr observer,
mojo::InterfaceRequest<mojom::LevelDBWrapper> request) {
- dom_storage_context_->OpenLocalStorage(
- origin, std::move(observer), std::move(request));
+ dom_storage_context_->OpenLocalStorage(origin, std::move(request));
}
void StoragePartitionImpl::ClearDataImpl(
« no previous file with comments | « content/browser/storage_partition_impl.h ('k') | content/common/leveldb_wrapper.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698