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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2084613002: Re-enable extensions disabled due to permission increase if they have all permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: 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 81fdaae14540b27c1b17a6d5d0d1864e6adf6b63..8f04ef86787203c811c9f69286a7a12924c6df87 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15196,6 +15196,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