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

Unified Diff: chrome/browser/jumplist_win.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/jumplist_win.h ('k') | chrome/browser/possible_url_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/jumplist_win.cc
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
index 501852d8cd898e7e916064d4b5cf222ed66ff0ce..e73f1347ae3a69f82d6a8912140fb4a5684bb986 100644
--- a/chrome/browser/jumplist_win.cc
+++ b/chrome/browser/jumplist_win.cc
@@ -688,7 +688,7 @@ bool JumpList::StartLoadingFavIcon() {
FaviconService* favicon_service =
profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
FaviconService::Handle handle = favicon_service->GetFaviconForURL(
- url, &fav_icon_consumer_,
+ url, &favicon_consumer_,
NewCallback(this, &JumpList::OnFavIconDataAvailable));
return true;
}
« no previous file with comments | « chrome/browser/jumplist_win.h ('k') | chrome/browser/possible_url_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698