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

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

Issue 1907413002: [Android,MediaFling] Fix the encoding issue with already encoded URLs for abc13.com/live (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test cases Created 4 years, 8 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/media/android/remote/remote_media_player_bridge.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 634a6556291ff0a372f6f5bbffcd2225050791c4..582312d5d774bb3de891f5cfad10ec36ba9528ba 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82068,6 +82068,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="Malformed or empty Url"/>
<int value="2" label="No CORS header when required"/>
<int value="3" label="CORS header incompatible with Chromecast"/>
+ <int value="4" label="The response code indicated failure"/>
+ <int value="5" label="IO exception while fetching the url"/>
+ <int value="6" label="Unknown media type"/>
</enum>
<enum name="RendererType" type="int">
« no previous file with comments | « chrome/browser/media/android/remote/remote_media_player_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698