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

Unified Diff: chrome/browser/android/vr_shell/vr_browser_interface.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/vr_browser_interface.h
diff --git a/chrome/browser/android/vr_shell/vr_browser_interface.h b/chrome/browser/android/vr_shell/vr_browser_interface.h
index 0c0ef226913a8c843f4ea203cbb5e92202bd5fa5..8681fd7ceb4f986ffed6e24b89711dd96eb016a9 100644
--- a/chrome/browser/android/vr_shell/vr_browser_interface.h
+++ b/chrome/browser/android/vr_shell/vr_browser_interface.h
@@ -44,6 +44,7 @@ class VrBrowserInterface {
virtual void NavigateBack() = 0;
virtual void ExitCct() = 0;
virtual void ToggleCardboardGamepad(bool enabled) = 0;
+ virtual void OnUnsupportedMode() = 0;
};
} // namespace vr_shell

Powered by Google App Engine
This is Rietveld 408576698