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

Unified Diff: content/browser/storage_partition_impl.h

Issue 2757923002: Move StoragePartitionHttpCacheDataRemover to content/ (Closed)
Patch Set: Rebase. Created 3 years, 9 months 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
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.
« no previous file with comments | « content/browser/browsing_data/storage_partition_http_cache_data_remover.cc ('k') | content/browser/storage_partition_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698