Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index da7ec7f45794773ed93077035ce0a25a71356f86..aa8652f120c24284de016430dbf8986fb0b32faa 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -5534,6 +5534,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="ChildProcessSecurityPolicy.FileSystemCanCommitOrigin" |
Ilya Sherman
2016/10/05 00:50:40
It looks like you're declaring a new top-level nam
ncarter (slow)
2016/10/05 19:03:06
Done. This particular case was a nice fit into the
Ilya Sherman
2016/10/05 22:37:09
Ah, interesting -- some histograms with this categ
|
+ units="boolean"> |
Ilya Sherman
2016/10/05 00:50:40
Please specify an enum here with semantically appr
ncarter (slow)
2016/10/05 19:03:06
Thanks for suggesting this. Looking around I found
Ilya Sherman
2016/10/05 22:37:09
Yep, BooleanHit sounds like a good fit. It's rela
|
+ <owner>nick@chromium.org</owner> |
+ <summary> |
+ Logs the result of the origin check from of ChildProcessSecurityPolicy's |
+ HasPermissionsForFileSystemFile. True is success and is common; false is |
+ failure and indicates a bug. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Chrome.Android.Activity.CrashCounts" enum="AndroidActivityId"> |
<obsolete> |
Deprecated 04/2016 as doesn't have data nor owner. |