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

Unified Diff: chrome/browser/browser_about_handler.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/browser_about_handler.cc
===================================================================
--- chrome/browser/browser_about_handler.cc (revision 96503)
+++ chrome/browser/browser_about_handler.cc (working copy)
@@ -30,7 +30,7 @@
#include "chrome/browser/defaults.h"
#include "chrome/browser/memory_details.h"
#include "chrome/browser/metrics/histogram_synchronizer.h"
-#include "chrome/browser/net/predictor_api.h"
+#include "chrome/browser/net/predictor.h"
#include "chrome/browser/net/url_fixer_upper.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_manager.h"
@@ -713,7 +713,7 @@
std::string data;
AppendHeader(&data, 0, "About DNS");
AppendBody(&data);
- chrome_browser_net::PredictorGetHtmlInfo(&data);
+ source_->profile()->PredictorGetHtmlInfo(&data);
willchan no longer on Chromium 2011/08/16 00:16:51 I believe this is a bug. profile() should only be
rpetterson 2011/08/16 03:52:12 Done.
AppendFooter(&data);
BrowserThread::PostTask(

Powered by Google App Engine
This is Rietveld 408576698