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

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

Issue 2399593007: [Merge to M54] Disallow file api access from processes that lack permissions for the scheme of the … (Closed)
Patch Set: 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
« no previous file with comments | « content/browser/child_process_security_policy_impl.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 9cb19b44a9bdbbcd918480e0afe89d798a341ec5..cafdf6498bcd7ac5304cf7168fdfbc98f9b15770 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17362,6 +17362,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The result of FileSystemOriginDatabase initialization.</summary>
</histogram>
+<histogram name="FileSystem.OriginFailedCanCommitURL" enum="BooleanHit">
+ <owner>nick@chromium.org</owner>
+ <summary>
+ Logged when we fail the permission validation of the filesystem URL origin,
+ from ChildProcessSecurityPolicy::HasPermissionsForFileSystemFile. This is
+ not expected to happen in normal operation.
+ </summary>
+</histogram>
+
<histogram name="FileSystem.PersistentOriginsCount">
<owner>tzik@chromium.org</owner>
<summary>
« no previous file with comments | « content/browser/child_process_security_policy_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698