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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2930783002: [vr] Exit to 2D when encountering URLs with strong RTL characters (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/ui_unsupported_mode.h ('k') | no next file » | 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 eed89411ebe7c377dd2f760e263c102cc4393630..d688d83288bb4ff2b7c7f8befdc1834373dc7dca 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -37098,6 +37098,8 @@ from previous Chrome versions.
<enum name="VRUnsupportedMode" type="int">
<int value="0" label="Unhandled code point in URL"/>
<int value="1" label="Could not elide URL"/>
+ <int value="2" label="Unhandled PageInfo"/>
+ <int value="3" label="URL contained strong RTL chars"/>
</enum>
<enum name="VRViewerType" type="int">
« no previous file with comments | « chrome/browser/android/vr_shell/ui_unsupported_mode.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698