Index: content/common/icon_messages.h |
diff --git a/content/common/icon_messages.h b/content/common/icon_messages.h |
index 9c466431991bce69c4531c90a21c586db11aa23e..63f9ab9351515c64e245f2c5eff21951db8931a2 100644 |
--- a/content/common/icon_messages.h |
+++ b/content/common/icon_messages.h |
@@ -24,9 +24,10 @@ IPC_STRUCT_TRAITS_END() |
// Requests the renderer to download the specified favicon image, decode it, |
// and send the image data back via IconHostMsg_DidDownloadFavicon. |
-IPC_MESSAGE_ROUTED3(IconMsg_DownloadFavicon, |
+IPC_MESSAGE_ROUTED4(IconMsg_DownloadFavicon, |
int /* identifier for the request */, |
GURL /* URL of the image */, |
+ bool /* is favicon (turn off cookies) */, |
int /* Preferred favicon size. Passed on to |
IconHostMsg_DidDownloadFavicon, unused otherwise */) |