Index: chrome/common/render_messages.h |
=================================================================== |
--- chrome/common/render_messages.h (revision 79565) |
+++ chrome/common/render_messages.h (working copy) |
@@ -171,12 +171,6 @@ |
// re-calculated. |
IPC_MESSAGE_CONTROL0(ViewMsg_VisitedLink_Reset) |
-// Notification that the user scripts have been updated. It has one |
-// SharedMemoryHandle argument consisting of the pickled script data. This |
-// handle is valid in the context of the renderer. |
-IPC_MESSAGE_CONTROL1(ViewMsg_UserScripts_UpdatedScripts, |
- base::SharedMemoryHandle) |
- |
// Sent when user prompting is required before a ViewHostMsg_GetCookies |
// message can complete. This message indicates that the renderer should |
// pump messages while waiting for cookies. |