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

Unified Diff: chrome/browser/android/vr_shell/ui_scene_manager.h

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.h
diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.h b/chrome/browser/android/vr_shell/ui_scene_manager.h
index cf2ae941d42dc9c93de0a9808811bddd41b82564..f873a9021e52693325b784570dcc790a56355df4 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
@@ -66,6 +66,7 @@ class UiSceneManager {
void OnSecurityWarningTimer();
void OnBackButtonClicked();
void OnCloseButtonClicked();
+ void OnUnsupportedMode();
int AllocateId();
VrBrowserInterface* browser_;

Powered by Google App Engine
This is Rietveld 408576698