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

Unified Diff: chrome/browser/favicon/favicon_tab_helper.cc

Issue 10912088: favicon handler: Consider all frames when receiving favicons from the history db (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/favicon/favicon_tab_helper.cc
diff --git a/chrome/browser/favicon/favicon_tab_helper.cc b/chrome/browser/favicon/favicon_tab_helper.cc
index b592d12c8033a8f24e1a98dabfac951c1ec18b76..0552f63b05e64b76aaa08f104bbc6cfb422de8dd 100644
--- a/chrome/browser/favicon/favicon_tab_helper.cc
+++ b/chrome/browser/favicon/favicon_tab_helper.cc
@@ -123,9 +123,9 @@ void FaviconTabHelper::SaveFavicon() {
}
int FaviconTabHelper::DownloadImage(const GURL& image_url,
- int image_size,
- history::IconType icon_type,
- const ImageDownloadCallback& callback) {
+ int image_size,
+ history::IconType icon_type,
+ const ImageDownloadCallback& callback) {
if (icon_type == history::FAVICON)
return favicon_handler_->DownloadImage(image_url, image_size, icon_type,
callback);
« chrome/browser/favicon/favicon_handler.cc ('K') | « chrome/browser/favicon/favicon_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698