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

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

Issue 1473883002: ipc: Minor fixes to AttachmentBrokerPrivilegedMac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check for nullptr. Created 5 years, 1 month 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/attachment_broker_privileged_mac.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 1b0350e83608e43b1ba7b675dd0810bffd312e1b..f2eeb1ba95ef3a096e41ba38b058a04575315a91 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65619,6 +65619,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="11" label="ERROR_EXTRACT_RIGHT_SOURCE">
Couldn't extract a right from the source process.
</int>
+ <int value="12" label="ERROR_SOURCE_NOT_FOUND">
+ Broker didn't have a channel of communication with the source process.
+ </int>
</enum>
<enum name="IPCAttachmentBrokerUnprivilegedBrokerAttachmentError" type="int">
« no previous file with comments | « ipc/attachment_broker_privileged_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698