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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2672003002: Remove the --allow-no-sandbox-job flag in favor of automatic recognition. (Closed)
Patch Set: Reshuffle. Created 3 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
« content/common/sandbox_win.cc ('K') | « 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 6c89c0a9380ff3b2fc00705b4a0a6b48ca42e2df..99d270196b6ff90fb813ecb2316770d19b6287bb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52679,6 +52679,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Process.Sandbox.JobAvoidedCorrectly" enum="Boolean">
jwd 2017/03/01 20:09:31 Can you add a more descriptive enum for this?
pastarmovj 2017/03/02 06:28:30 What do you think would better fit here? I thought
jwd 2017/03/02 19:58:14 I actually find the name, summary, and use of this
pastarmovj 2017/03/02 20:21:21 I tried to document the histogram better. What do
+ <owner>pastarmovj@chromium.org</owner>
+ <summary>
+ Measures how often the job object would have been applied to a process that
+ was supposed to be allowed to run without it.
+ </summary>
+</histogram>
+
<histogram name="Process.Sandbox.Launch.Error" enum="WinGetLastError">
<owner>shrikant@chromium.org</owner>
<summary>
« content/common/sandbox_win.cc ('K') | « content/common/sandbox_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698