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

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

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: histogram nit 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 15efbe8275650316cda6694603bbe858a82796fb..a5c01307195c9635e8693a5b9a07f024d3cfce53 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15518,6 +15518,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.ResetPermissionsIncrease" enum="Boolean">
+ <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