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, |