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

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: add defines 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 346cb323e1a0a37e0f138285eea2c5be44cbcaf2..d56467c94d6c9117943f61a8f0186d9a29b27080 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -61559,6 +61559,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">

Powered by Google App Engine
This is Rietveld 408576698