| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index 9157d5b2cf53808698bb0df23e04be08fb6eab47..5b706ff98b5425e0994359f5b54272ce0898694c 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -111,6 +111,12 @@ class CONTENT_EXPORT StoragePartitionImpl
|
| const base::Time end,
|
| const base::Closure& callback) override;
|
|
|
| + void ClearHttpAndMediaCaches(
|
| + const base::Time begin,
|
| + const base::Time end,
|
| + const base::Callback<bool(const GURL&)>& url_matcher,
|
| + const base::Closure& callback) override;
|
| +
|
| void Flush() override;
|
|
|
| // Can return nullptr while |this| is being destroyed.
|
|
|