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

Unified Diff: chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc

Issue 2902393002: [vr] Bail on unhandled code points. (Closed)
Patch Set: . 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: 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 5afb29e1ce8295850ae0d3c55df2f6ce2cbcc652..b5940b16373d2e59118e282a4f6505f9863d2ccd 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
+++ b/chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc
@@ -44,6 +44,7 @@ class MockBrowserInterface : public VrBrowserInterface {
MOCK_METHOD1(SetAudioCapturingIndicator, void(bool));
MOCK_METHOD0(ExitCct, void());
MOCK_METHOD1(ToggleCardboardGamepad, void(bool));
+ MOCK_METHOD1(OnUnsupportedMode, void(UiUnsupportedMode));
// Stub this as scoped pointers don't work as mock method parameters.
void ProcessContentGesture(std::unique_ptr<blink::WebInputEvent>) {}
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | chrome/browser/android/vr_shell/ui_unsupported_mode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698