| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 83ce210de4309173fc65880539b4c43528492da7..6b0b28f1ddffc6f6c57e6c25eb27fe21504048d7 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -820,9 +820,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
|
|
|