| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 591dbb16c88bab631275760004ab22db03f61190..20c8130ecd3e33de2cf57e1df94ba749b9e63a0a 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -239,8 +239,9 @@ IPC_BEGIN_MESSAGES(View)
|
| // 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)
|
| + IPC_MESSAGE_CONTROL2(ViewMsg_UserScripts_UpdatedScripts,
|
| + base::SharedMemoryHandle,
|
| + bool /* only_inject_incognito */)
|
|
|
| // Sent when the user wants to search for a word on the page (find in page).
|
| IPC_MESSAGE_ROUTED3(ViewMsg_Find,
|
|
|