Chromium Code Reviews| 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> |