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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2387173005: Lock down creation of "filesystem:chrome-extension://" URLs (Closed)
Patch Set: Add a histogram. Created 4 years, 2 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
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.

Powered by Google App Engine
This is Rietveld 408576698