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

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

Issue 2899393003: [vr] Exit VR mode when we encounter unsupported URLs (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_unsupported_mode.h
diff --git a/chrome/browser/android/vr_shell/ui_unsupported_mode.h b/chrome/browser/android/vr_shell/ui_unsupported_mode.h
index 873d39550d7d3f39d02ad8753fcb0bf21d871b50..4811b0b2f794b6fde3a13529053ba2f760758814 100644
--- a/chrome/browser/android/vr_shell/ui_unsupported_mode.h
+++ b/chrome/browser/android/vr_shell/ui_unsupported_mode.h
@@ -12,6 +12,7 @@ namespace vr_shell {
// enums must never be renumbered or deleted and reused.
enum class UiUnsupportedMode : int {
kUnhandledCodePoint = 0,
+ kCouldNotElideURL,
// This must be last.
kCount,

Powered by Google App Engine
This is Rietveld 408576698