| 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));
|
|
|
|
|