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

Unified Diff: chrome/browser/browsing_data_remover.cc

Issue 7467012: Modifying prefetch to account for multi-profile. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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: 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(

Powered by Google App Engine
This is Rietveld 408576698