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

Unified Diff: chrome/browser/browsing_data_remover.h

Issue 345037: Fifth patch in getting rid of caching MessageLoop pointers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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: chrome/browser/browsing_data_remover.h
===================================================================
--- chrome/browser/browsing_data_remover.h (revision 30691)
+++ chrome/browser/browsing_data_remover.h (working copy)
@@ -89,8 +89,7 @@
// Invoked on the IO thread to delete from the cache.
void ClearCacheOnIOThread(URLRequestContextGetter* context_getter,
base::Time delete_begin,
- base::Time delete_end,
- MessageLoop* ui_loop);
+ base::Time delete_end);
// Calculate the begin time for the deletion range specified by |time_period|.
base::Time CalculateBeginDeleteTime(TimePeriod time_period);

Powered by Google App Engine
This is Rietveld 408576698