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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1568523002: Implement content::WebSocketBlobSender (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@websocket_blob_send_ipcs
Patch Set: Add new BadMessageReasons to histograms.xml. Created 4 years, 10 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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 77fa2ac7018723de2138331191b7710c6fb5ddd2..d929796cb9202c7a231ec39b217f716006801cb9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57513,6 +57513,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="104" label="DWNLD_INVALID_SERIALIZE_AS_MHTML_RESPONSE"/>
<int value="105" label="BDH_DEVICE_NOT_ALLOWED_FOR_ORIGIN"/>
<int value="106" label="ACI_WRONG_STORAGE_PARTITION"/>
+ <int value="107" label="WSH_SEND_BLOB_DURING_BLOB_SEND"/>
+ <int value="108" label="WSH_SEND_FRAME_DURING_BLOB_SEND"/>
</enum>
<enum name="BadMessageReasonExtensions" type="int">
« content/browser/renderer_host/websocket_blob_sender.cc ('K') | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698