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

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: rparen 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 da7ec7f45794773ed93077035ce0a25a71356f86..27b80fad7445748c6a1affa75b05cc5fcf1ae37d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17575,6 +17575,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