| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7b4de2348950edba7d73470da6f1047c18a2ed20..1c363baace06f3493ebd76f26d8c309de6d78d15 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -42695,13 +42695,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="Plugin.PowerSaver.PeripheralHeuristic"
|
| enum="PluginPowerSaverPeripheralHeuristicDecision">
|
| + <obsolete>
|
| + Deprecated in favor of Plugin.PowerSaver.PeripheralHeuristicFinalDecision.
|
| + </obsolete>
|
| + <owner>tommycli@chromium.org</owner>
|
| + <summary>
|
| + Records each decision of the Plugin Power Saver peripheral content
|
| + heuristic. This UMA is counted once per peripheral query, and may count a
|
| + single plugin instance multiple times as it is resized.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Plugin.PowerSaver.PeripheralHeuristicInitialDecision"
|
| + enum="PluginPowerSaverPeripheralHeuristicDecision">
|
| <owner>tommycli@chromium.org</owner>
|
| <summary>
|
| - Record the initial decision of the Plugin Power Saver peripheral content
|
| - heuristic. For each plugin instance, this heuristic decides whether the
|
| - plugin instance is essential content or peripheral. All same-origin content
|
| - is essential. Cross-origin content is peripheral if it is small and not on
|
| - the origin whitelist.
|
| + Records the initial decision of the Plugin Power Saver peripheral content
|
| + heuristic for each plugin instance. This is recorded once per plugin
|
| + instance.
|
| </summary>
|
| </histogram>
|
|
|
|
|