| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 57966c3bee8f8dc5db47c412e6931f37578d3f00..7dcb9c0284f8924e420b80e53d78b96acdc59262 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2060,8 +2060,12 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvent,
|
|
|
| // Requests to lock the mouse. Will result in a ViewMsg_LockMouse_ACK message
|
| // being sent back.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_LockMouse,
|
| - bool /* user_gesture */)
|
| +// |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_ROUTED2(ViewHostMsg_LockMouse,
|
| + bool /* user_gesture */,
|
| + bool /* privileged */)
|
|
|
| // Requests to unlock the mouse. A ViewMsg_MouseLockLost message will be sent
|
| // whenever the mouse is unlocked (which may or may not be caused by
|
|
|