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

Unified Diff: content/renderer/favicon_helper.cc

Issue 11777009: Remove redundant |errored| member from IconHostMsg_DidDownloadFavicon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « content/public/browser/web_contents.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/favicon_helper.cc
diff --git a/content/renderer/favicon_helper.cc b/content/renderer/favicon_helper.cc
index 770f2be575549cea47064080995a018c58a72d01..b8a3203789657acee7f154c9b90ea40995794fef 100644
--- a/content/renderer/favicon_helper.cc
+++ b/content/renderer/favicon_helper.cc
@@ -101,7 +101,6 @@ void FaviconHelper::OnDownloadFavicon(int id,
Send(new IconHostMsg_DidDownloadFavicon(routing_id(),
id,
image_url,
- result_images.empty(),
image_size,
result_images));
}
@@ -129,7 +128,6 @@ void FaviconHelper::DidDownloadFavicon(
Send(new IconHostMsg_DidDownloadFavicon(routing_id(),
fetcher->id(),
fetcher->image_url(),
- images.empty(),
requested_size,
images));
« no previous file with comments | « content/public/browser/web_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698