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

Unified Diff: tools/metrics/histograms/enums.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2914543002: [vr] Bail on unhandled code points. (Closed)
Patch Set: Created 3 years, 6 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:
Download patch
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 9ac6f1c4b300c68dc2e3b4a2fb8cd2c603215427..ad32f8fbd77486acc1801c00abfe810f433d756d 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -36778,6 +36778,10 @@ from previous Chrome versions.
<int value="6" label="L2TP/IPSec Username/Password"/>
</enum>
+<enum name="VRUnsupportedMode" type="int">
+ <int value="0" label="Unhandled code point in URL"/>
+</enum>
+
<enum name="VRViewerType" type="int">
<int value="0" label="UNKNOWN_TYPE"/>
<int value="1" label="CARDBOARD"/>
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698