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

Unified Diff: content/browser/storage_partition_impl.h

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/leveldb_wrapper_impl.cc ('k') | content/browser/storage_partition_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/storage_partition_impl.h
diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
index a750b0340dfc3467eec2146bb6c5f4fe7451ea02..9833a361d2d9b3e99404a3c6d435722148c78c2a 100644
--- a/content/browser/storage_partition_impl.h
+++ b/content/browser/storage_partition_impl.h
@@ -82,7 +82,6 @@ class CONTENT_EXPORT StoragePartitionImpl
// mojom::StoragePartitionService interface.
void OpenLocalStorage(
const url::Origin& origin,
- mojom::LevelDBObserverPtr observer,
mojo::InterfaceRequest<mojom::LevelDBWrapper> request) override;
void ClearDataForOrigin(uint32_t remove_mask,
« no previous file with comments | « content/browser/leveldb_wrapper_impl.cc ('k') | content/browser/storage_partition_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698