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

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

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:
Download patch
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 5573ead855c9dfa2cacee59ccdf5d6d38108a93f..ac3c5eb7afcc3ac290165e9d9a9aa0d163631b93 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -36524,6 +36524,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"/>
cjgrant 2017/05/26 18:52:00 Something about font or URL, or is this specific e
Ian Vollick 2017/05/26 20:20:28 Good point. Updated to mention that this is URL-re
+</enum>
+
<enum name="VRViewerType" type="int">
<int value="0" label="UNKNOWN_TYPE"/>
<int value="1" label="CARDBOARD"/>

Powered by Google App Engine
This is Rietveld 408576698