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

Unified Diff: content/renderer/pepper/plugin_power_saver_helper.cc

Issue 707193004: Plugin Power Saver: Collect size histogram on Flash Plugins users click. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/pepper/plugin_power_saver_helper.cc
diff --git a/content/renderer/pepper/plugin_power_saver_helper.cc b/content/renderer/pepper/plugin_power_saver_helper.cc
index 365789c6835e6ed94ecb72e418a4dc06af8959ba..3c60c16d2db8c0f8284fcdf971d85ce340cc6a67 100644
--- a/content/renderer/pepper/plugin_power_saver_helper.cc
+++ b/content/renderer/pepper/plugin_power_saver_helper.cc
@@ -28,7 +28,7 @@ enum PeripheralHeuristicDecision {
};
const char kPeripheralHeuristicHistogram[] =
- "Plugin.PowerSaverPeripheralHeuristic";
+ "Plugin.PowerSaver.PeripheralHeuristic";
groby-ooo-7-16 2014/11/07 23:02:20 If that name was already in TOT and generated UMA
// Maximum dimensions plug-in content may have while still being considered
// peripheral content. These match the sizes used by Safari.

Powered by Google App Engine
This is Rietveld 408576698