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

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

Issue 2672003002: Remove the --allow-no-sandbox-job flag in favor of automatic recognition. (Closed)
Patch Set: Rename histogram. Created 3 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
« 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 6c89c0a9380ff3b2fc00705b4a0a6b48ca42e2df..d776565f1071d883d236ed0f1f9754d26a40c284 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52679,6 +52679,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Process.Sandbox.FlagOverrodeRemoteSessionCheck" enum="Boolean">
+ <owner>pastarmovj@chromium.org</owner>
+ <summary>
+ Measure how often the automatic recognition for terminal services
+ environment would have incorrectly decided that the job object should be
+ applied, when it shouldn't have been as dictated by the flag
+ --allow-no-sanbox-job. This histogram will guide the final removal of the
+ flag, which will be possible when the number of false values becomes
+ insignificant.
+ </summary>
+</histogram>
+
<histogram name="Process.Sandbox.Launch.Error" enum="WinGetLastError">
<owner>shrikant@chromium.org</owner>
<summary>
« 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