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

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

Issue 1979533003: Fix an attachment broker race condition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « ipc/ipc_channel_win.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 9643bb8cef840917f12b86b392fa8fe3cb4a70c5..ee625e4eca024d3e2ed8c884da4cd3e4dc07f683 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76122,6 +76122,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="14" label="ERROR_INVALID_PERMISSIONS">
Broker was asked to transfer a HANDLE with invalid permissions.
</int>
+ <int value="15" label="DELAYED">
+ Broker was not immediately able to send an attachment.
+ </int>
+ <int value="16" label="DELAYED_SEND">
+ Broker successfully sent a delayed attachment.
+ </int>
</enum>
<enum name="IPCAttachmentBrokerUnprivilegedBrokerAttachmentError" type="int">
« no previous file with comments | « ipc/ipc_channel_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698