| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index fe0c292b5d1248be3c7c13979dbbb52101dc122c..46daacd78f65ef9ed4a079b737b3f6428bcdbc93 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -32,6 +32,7 @@ class StoragePartitionImpl : public StoragePartition {
|
| virtual void AsyncClearDataForOrigin(
|
| const GURL& storage_origin,
|
| net::URLRequestContextGetter* request_context_getter) OVERRIDE;
|
| + virtual void AsyncClearAllData() OVERRIDE;
|
|
|
| private:
|
| friend class StoragePartitionImplMap;
|
|
|