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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 764763005: Plugin Power Saver: Always mark 'tiny' plugins as essential. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0201-plugin-power-saver-use-poster-frame-on-blocked-only
Patch Set: Created 6 years 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 c907503c94159c1d52e392e6ac0acb7f43d3efb3..f5caade66e6fced9ce36641ad3cd04726dc23d80 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52312,6 +52312,7 @@ To add a new entry, add it with any value and run test to compute valid 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"/>
</enum>
<enum name="PluginPowerSaverUnthrottleMethod" type="int">

Powered by Google App Engine
This is Rietveld 408576698