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

Unified Diff: chrome/browser/prerender/prerender_manager.cc

Issue 6693021: fav icon -> favicon. Pass 5: fav_icon -> favicon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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
« no previous file with comments | « chrome/browser/possible_url_model.cc ('k') | chrome/browser/profile_import_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_manager.cc
diff --git a/chrome/browser/prerender/prerender_manager.cc b/chrome/browser/prerender/prerender_manager.cc
index 8f7aec1e29f090ac8007dccf45810ea480489c8f..52047291334fca6c2e2cb74ad7f3ae835b01f6e2 100644
--- a/chrome/browser/prerender/prerender_manager.cc
+++ b/chrome/browser/prerender/prerender_manager.cc
@@ -165,7 +165,7 @@ bool PrerenderManager::MaybeUsePreloadedPage(TabContents* tc, const GURL& url) {
GURL icon_url = pc->icon_url();
if (!icon_url.is_empty())
- tc->fav_icon_helper().OnUpdateFaviconURL(pc->page_id(), icon_url);
+ tc->favicon_helper().OnUpdateFaviconURL(pc->page_id(), icon_url);
if (pc->has_stopped_loading())
tc->DidStopLoading();
« no previous file with comments | « chrome/browser/possible_url_model.cc ('k') | chrome/browser/profile_import_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698