| Index: chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
|
| diff --git a/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc b/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
|
| index cdc463193466ed6b24626b999016381baf526599..da86e2a7024e87d48f167dd319917dabffd408f2 100644
|
| --- a/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
|
| +++ b/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
|
| @@ -19,10 +19,6 @@ using content::WebContents;
|
| const char FullscreenControllerTest::kFullscreenMouseLockHTML[] =
|
| "files/fullscreen_mouselock/fullscreen_mouselock.html";
|
|
|
| -void FullscreenControllerTest::SetUpCommandLine(CommandLine* command_line) {
|
| - command_line->AppendSwitch(switches::kEnablePointerLock);
|
| -}
|
| -
|
| void FullscreenControllerTest::RequestToLockMouse(
|
| bool user_gesture,
|
| bool last_unlocked_by_target) {
|
|
|