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

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

Issue 2902393002: [vr] Bail on unhandled code points. (Closed)
Patch Set: histograms 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..de02ad0a6e8b74d76a9e33bb38a634b19a85c68f 100644
--- a/chrome/browser/android/vr_shell/ui_scene_manager.h
+++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
@@ -10,6 +10,7 @@
#include "base/timer/timer.h"
#include "base/values.h"
#include "chrome/browser/android/vr_shell/ui_interface.h"
+#include "chrome/browser/android/vr_shell/ui_unsupported_mode.h"
#include "device/vr/vr_types.h"
class GURL;
@@ -66,6 +67,7 @@ class UiSceneManager {
void OnSecurityWarningTimer();
void OnBackButtonClicked();
void OnCloseButtonClicked();
+ void OnUnsupportedMode(UiUnsupportedMode mode);
int AllocateId();
VrBrowserInterface* browser_;

Powered by Google App Engine
This is Rietveld 408576698