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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2627513002: Plugin Power Saver: Refactor some Tiny plugin code and tests. (Closed)
Patch Set: Also update histograms.xml Created 3 years, 11 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 | « content/renderer/peripheral_content_heuristic_unittest.cc ('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 c0b7cf8499249f533dcf3cbd702ffa1c809c4b82..98f8354afa99e9764ea56b20d4fc31fc7a673c96 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48194,7 +48194,7 @@ 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.
+ Deprecated in favor of Plugin.PowerSaver.PeripheralHeuristicInitialDecision.
</obsolete>
<owner>tommycli@chromium.org</owner>
<summary>
@@ -99856,8 +99856,8 @@ value.
<int value="1" label="Essential Same-Origin"/>
<int value="2" label="Essential Cross-Origin Big"/>
<int value="3" label="Essential Cross-Origin Whitelisted"/>
- <int value="4" label="Essential Cross-Origin Tiny"/>
- <int value="5" label="Essential Unknown Size"/>
+ <int value="4" label="Tiny"/>
+ <int value="5" label="Unknown Size"/>
</enum>
<enum name="PluginPowerSaverPosterParamPresence" type="int">
« no previous file with comments | « content/renderer/peripheral_content_heuristic_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698