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

Unified Diff: ios/net/http_cache_helper.h

Issue 2270063005: Add support for time based deletion of browsing data on iOS (Closed)
Patch Set: Updated comment in AccountConsistencyService Created 4 years, 3 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
« no previous file with comments | « ios/crnet/crnet_environment.mm ('k') | ios/net/http_cache_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/http_cache_helper.h
diff --git a/ios/net/http_cache_helper.h b/ios/net/http_cache_helper.h
index 6dc59e74149dd695de73f4032bc4ce0e463c1a06..f8b333d415687349ff96cb81f414094dfbfcd504 100644
--- a/ios/net/http_cache_helper.h
+++ b/ios/net/http_cache_helper.h
@@ -19,6 +19,8 @@ class URLRequestContextGetter;
// Clears the HTTP cache and calls |closure| back.
void ClearHttpCache(const scoped_refptr<net::URLRequestContextGetter>& getter,
const scoped_refptr<base::TaskRunner>& network_task_runner,
+ const base::Time& delete_begin,
+ const base::Time& delete_end,
const net::CompletionCallback& callback);
} // namespace net
« no previous file with comments | « ios/crnet/crnet_environment.mm ('k') | ios/net/http_cache_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698