Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1681)

Unified Diff: content/public/test/browser_test_utils.h

Issue 2915613004: [PointerLock] Move "silent mouse lock" logic from renderer to RWHI (Closed)
Patch Set: Don't pass bool to RejectMouseLockOrUnlockIfNecessary Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/test/browser_test_utils.h
diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h
index 4122a90711a5abfdb751c244b17710fe53460231..9714fb857750f82ee6c450f3943083ef1339cbfe 100644
--- a/content/public/test/browser_test_utils.h
+++ b/content/public/test/browser_test_utils.h
@@ -841,7 +841,6 @@ class PwnMessageHelper {
static void LockMouse(RenderProcessHost* process,
int routing_id,
bool user_gesture,
- bool last_unlocked_by_target,
bool privileged);
private:

Powered by Google App Engine
This is Rietveld 408576698