Index: chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc |
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc b/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc |
index 30b943a91f017a86af1a3057300d04eb95a20485..dddb9dd71eb70adbc2eb908a50fcda2b6cbbb4ae 100644 |
--- a/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc |
+++ b/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc |
@@ -36,6 +36,7 @@ class MockBrowserInterface : public VrBrowserInterface { |
device::mojom::VRDisplayInfoPtr*)); |
MOCK_METHOD1(OnContentPaused, void(bool)); |
MOCK_METHOD0(NavigateBack, void()); |
+ MOCK_METHOD1(ToggleCardboardGamepad, void(bool)); |
// Stub this as scoped pointers don't work as mock method parameters. |
void ProcessContentGesture(std::unique_ptr<blink::WebInputEvent>) {} |