| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b3ed1ac858330987139ccd8fe8406974237bae83..e251b85bdbdb99b256046f80102482343c6de3f5 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -821,9 +821,8 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvents,
|
| // |privileged| is used by Pepper Flash. If this flag is set to true, we won't
|
| // pop up a bubble to ask for user permission or take mouse lock content into
|
| // account.
|
| -IPC_MESSAGE_ROUTED3(ViewHostMsg_LockMouse,
|
| +IPC_MESSAGE_ROUTED2(ViewHostMsg_LockMouse,
|
| bool /* user_gesture */,
|
| - bool /* last_unlocked_by_target */,
|
| bool /* privileged */)
|
|
|
| // Requests to unlock the mouse. A ViewMsg_MouseLockLost message will be sent
|
|
|