| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 38b92aeec5c5d3d89efcf20bf051dac6e1ea3a9a..e3e9bed542fc7b44d8ac9266a3596f7e5abea996 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -165,10 +165,10 @@ IPC_BEGIN_MESSAGES(View, 1)
|
| // handle. This handle is valid in the context of the renderer
|
| IPC_MESSAGE_CONTROL1(ViewMsg_VisitedLink_NewTable, base::SharedMemoryHandle)
|
|
|
| - // Notification that the Greasemonkey scripts have been updated. It has one
|
| + // 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_Greasemonkey_NewScripts, base::SharedMemoryHandle)
|
| + IPC_MESSAGE_CONTROL1(ViewMsg_UserScripts_NewScripts, base::SharedMemoryHandle)
|
|
|
| // Sent when the user wants to search for a word on the page (find in page).
|
| // Request parameters are passed in as a FindInPageMsg_Request struct.
|
|
|