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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1412963003: Plugin Power Saver: Implement pixel tests for plugin placeholders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix behavior on slow cros bots Created 5 years, 2 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 2b40a6f4893efbb2ecc3d79bbb17b998e4b1c6b8..257fbfbdd7991e753242bbbaa444e7188796f973 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -55,6 +55,9 @@ const char kDisablePluginPowerSaver[] = "disable-plugin-power-saver";
// Enables forcing on the experimental Plugin Power Saver feature.
const char kEnablePluginPowerSaver[] = "enable-plugin-power-saver";
+
+// Makes browser pixel tests overwrite the reference if it does not match.
+const char kRebaselinePixelTests[] = "rebaseline-pixel-tests";
#endif
// Don't block outdated plugins.

Powered by Google App Engine
This is Rietveld 408576698