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

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

Issue 1124173008: Plugin Power Saver: Unthrottle dynamically sized plugins correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/renderer/pepper/plugin_power_saver_helper.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 46099bd3a7a849482fbbb104295b257eb01def97..a0d7628f5fded66611a300eb1a1f768ab8ebe365 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62430,6 +62430,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="Unthrottled by Click"/>
<int value="2" label="Unthrottled by Retroactive Whitelist"/>
<int value="3" label="Unthrottled by Audio Playback"/>
+ <int value="4" label="Unthrottled by Size Change"/>
</enum>
<enum name="PNaClOptionsOptLevelEnum" type="int">
« no previous file with comments | « content/renderer/pepper/plugin_power_saver_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698