| Index: content/common/icon_messages.h
|
| diff --git a/content/common/icon_messages.h b/content/common/icon_messages.h
|
| index 2cf1c15be6225ba90441b2a6509ffb91d22ca696..9c466431991bce69c4531c90a21c586db11aa23e 100644
|
| --- a/content/common/icon_messages.h
|
| +++ b/content/common/icon_messages.h
|
| @@ -37,10 +37,9 @@ IPC_MESSAGE_ROUTED2(IconHostMsg_UpdateFaviconURL,
|
| int32 /* page_id */,
|
| std::vector<content::FaviconURL> /* urls of the favicon */)
|
|
|
| -IPC_MESSAGE_ROUTED5(IconHostMsg_DidDownloadFavicon,
|
| +IPC_MESSAGE_ROUTED4(IconHostMsg_DidDownloadFavicon,
|
| int /* Identifier of the request */,
|
| GURL /* URL of the image */,
|
| - bool /* true if there was a network error */,
|
| int /* Preferred icon size passed to
|
| IconMsg_DownloadFavicon */,
|
| std::vector<SkBitmap> /* image_data */)
|
|
|