| 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);
|
|
|