Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index a2e82b5a73a3543a8bc69903bea1f72d74bc47d3..73e736e43c255baeae5e53dedfe50b0bf4ca8589 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -28,6 +28,7 @@ |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_extent.h" |
#include "chrome/common/extensions/url_pattern.h" |
+#include "chrome/common/icon_messages.h" |
#include "chrome/common/instant_types.h" |
#include "chrome/common/nacl_types.h" |
#include "chrome/common/render_messages_params.h" |
@@ -1508,10 +1509,10 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_Thumbnail, |
IPC_MESSAGE_ROUTED1(ViewHostMsg_Snapshot, |
SkBitmap /* bitmap */) |
-// Notification that the url for the favicon of a site has been determined. |
+// Notification that the urls for the favicon of a site has been determined. |
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateFaviconURL, |
int32 /* page_id */, |
- GURL /* url of the favicon */) |
+ std::vector<FaviconURL> /* urls of the favicon */) |
// Used to tell the parent that the user right clicked on an area of the |
// content area, and a context menu should be shown for it. The params |