| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index 45efae4622c9623ebb8146e31061131e986da90a..d564f9ec235a296773b45c089b1f716f38c9cf24 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -65,6 +65,7 @@ class StoragePartitionImpl : public StoragePartition,
|
| // mojom::StoragePartitionService interface.
|
| void OpenLocalStorage(
|
| const url::Origin& origin,
|
| + mojom::LevelDBObserverPtr observer,
|
| mojo::InterfaceRequest<mojom::LevelDBWrapper> request) override;
|
|
|
| void ClearDataForOrigin(uint32_t remove_mask,
|
|
|