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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1024463005: Added UMA metrics to track errors while launching lowbox enabled sandboxed process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added link to MSDN GetLastError error codes. Created 5 years, 9 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 | « content/common/sandbox_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 523d6b06d3a68965a6b790958008c57f958ab91a..b4891b331edf896b95a3bff8210869096e1cb255 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28896,6 +28896,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Process.Sandbox.Lowbox.Launch.Error" units="GetLastError">
+ <owner>shrikant@chromium.org</owner>
+ <summary>
+ Errors returned while launching lowbox enabled sandboxed process on Windows.
+ For decoding error code please refer to http://goo.gl/fJJiAv.
+ </summary>
+</histogram>
+
<histogram name="Profile.AddNewUser" enum="ProfileAddNewUser">
<owner>bcwhite@chromium.org</owner>
<owner>rlp@chromium.org</owner>
« no previous file with comments | « content/common/sandbox_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698