| Index: content/public/test/browser_test_utils.cc
|
| diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
|
| index 35c79b06681701d48004462b0de9ec758776e8e3..ec91284fda82f772e28cf9f8769ecf2e129d3a40 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -2048,12 +2048,10 @@ void PwnMessageHelper::FileSystemWrite(RenderProcessHost* process,
|
| void PwnMessageHelper::LockMouse(RenderProcessHost* process,
|
| int routing_id,
|
| bool user_gesture,
|
| - bool last_unlocked_by_target,
|
| bool privileged) {
|
| IPC::IpcSecurityTestUtil::PwnMessageReceived(
|
| process->GetChannel(),
|
| - ViewHostMsg_LockMouse(routing_id, user_gesture, last_unlocked_by_target,
|
| - privileged));
|
| + ViewHostMsg_LockMouse(routing_id, user_gesture, privileged));
|
| }
|
|
|
| #if defined(USE_AURA)
|
|
|