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

Unified Diff: chrome/browser/favicon/favicon_handler.h

Issue 12780024: Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: caitp feedback Created 7 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 | « android_webview/browser/icon_helper.cc ('k') | chrome/browser/favicon/favicon_tab_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/favicon/favicon_handler.h
diff --git a/chrome/browser/favicon/favicon_handler.h b/chrome/browser/favicon/favicon_handler.h
index d734d9218fa73a22dff2c4c93bb655339be08217..23a92bbc9389185a08b545ca8bade88b4fd08418 100644
--- a/chrome/browser/favicon/favicon_handler.h
+++ b/chrome/browser/favicon/favicon_handler.h
@@ -100,9 +100,9 @@ class FaviconHandler {
// history / download service.
void ProcessCurrentUrl();
- // Message handler for IconHostMsg_DidDownloadFavicon. Called when the icon
+ // Message handler for ImageHostMsg_DidDownloadImage. Called when the image
// at |image_url| has been downloaded.
- // |bitmaps| is a list of all the frames of the icon at |image_url|.
+ // |bitmaps| is a list of all the frames of the image at |image_url|.
void OnDidDownloadFavicon(int id,
const GURL& image_url,
int requested_size,
« no previous file with comments | « android_webview/browser/icon_helper.cc ('k') | chrome/browser/favicon/favicon_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698