Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index 239636082adc5c559a748f8f4d3a6611bee3f9ab..297657529bcc1282429de6530c00760f152446c7 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -1027,6 +1027,9 @@ IPC_BEGIN_MESSAGES(ViewHost) |
// TODO(darin): use a UTF-8 string to reduce data size |
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateTitle, int32, std::wstring) |
+ // Changes the icon url for the page in the UI. |
+ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateIconURL, int32, GURL) |
+ |
// Change the encoding name of the page in UI when the page has detected |
// proper encoding name. |
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateEncoding, |