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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 595683002: Gather metrics on hosted app unlimitedStorage usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « extensions/browser/api/storage/local_value_store_cache.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 e225050bcaa860786c5c188d42f6de4ebb4f4f8f..c0b469894b984a31501f1c3e4f4300c68c5c5651 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7647,6 +7647,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Extensions.HostedAppUnlimitedStorageUsage" units="KB">
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The usage (in kilobytes) of a hosted app with the unlimitedStorage api
+ permission, recorded once per run per app the first time we load storage for
+ the hosted app.
+ </summary>
+</histogram>
+
<histogram name="Extensions.IncognitoAllowed">
<owner>kalman@chromium.org</owner>
<summary>
« no previous file with comments | « extensions/browser/api/storage/local_value_store_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698