Chromium Code Reviews| Index: chrome/browser/browsing_data_remover.cc |
| =================================================================== |
| --- chrome/browser/browsing_data_remover.cc (revision 96009) |
| +++ chrome/browser/browsing_data_remover.cc (working copy) |
| @@ -365,7 +365,7 @@ |
| // This function should be called on the IO thread. |
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
| - io_thread->ClearNetworkingHistory(); |
| + io_thread->ClearNetworkingHistory(profile_->GetNetworkPredictor()); |
|
willchan no longer on Chromium
2011/08/10 16:10:35
Please delete IOThread::ClearNetworkingHistory().
rpetterson
2011/08/12 03:12:36
Done.
|
| // Notify the UI thread that we are done. |
| BrowserThread::PostTask( |