| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index fc5adae2e4e25202528f57d07bcb83fd85d19765..ebde98ee843e2654aaf97ad485dfb3048fe85131 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -43928,6 +43928,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Process.Sandbox.Launch.Warning" units="GetLastError">
|
| + <owner>forshaw@chromium.org</owner>
|
| + <summary>
|
| + Warnings returned while launching sandboxed process on Windows. For decoding
|
| + error code please refer to http://goo.gl/fJJiAv. This will only be logged
|
| + when SpawnTarget succeeds with SBOX_ALL_OK but the last warning result does
|
| + not equal SBOX_ALL_OK.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Process.Sandbox.Launch.WarningResultCode"
|
| + units="LaunchErrorCodes">
|
| + <owner>forshaw@chromium.org</owner>
|
| + <summary>
|
| + The warning launch error returned while launching sandboxed process on
|
| + Windows. This will only be logged when SpawnTarget succeeds with SBOX_ALL_OK
|
| + but the last warning result does not equal SBOX_ALL_OK.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Process.Sandbox.Lowbox.Launch.Error" units="GetLastError">
|
| <owner>shrikant@chromium.org</owner>
|
| <summary>
|
|
|