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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2019423007: Re-enable extensions disabled due to permission increase if they have all permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext_update_test
Patch Set: is_extension_installed -> is_extension_loaded Created 4 years, 6 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 | « chrome/test/data/extensions/permissions/update_5/manifest.json ('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 a0720c0173b18aa4047a600ad0343df7e60fab4b..e1ecbdd8f1f1d280dd671c41d308265cd0d172f0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15446,6 +15446,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.ResetPermissionsIncrease" units="boolean">
Steven Holte 2016/06/15 02:46:25 This should be enum="Boolean" instead of units="bo
Marc Treib 2016/06/15 07:41:26 Done.
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <owner>treib@chromium.org</owner>
+ <summary>
+ Whether the DISABLE_PERMISSIONS_INCREASE disable reason was removed from an
+ extension while checking for a permissions increase. Recorded during startup
+ and on reload and update, for each extension that has the
+ DISABLE_PERMISSIONS_INCREASE reason.
+ </summary>
+</histogram>
+
<histogram name="Extensions.ResourceDirectoryTimestampQueryLatency" units="ms">
<owner>asargent@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/test/data/extensions/permissions/update_5/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698