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

Unified Diff: chrome/test/base/test_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: 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
« no previous file with comments | « chrome/test/base/test_switches.h ('k') | chrome/test/data/plugin_power_saver/click_me.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_switches.cc
diff --git a/chrome/test/base/test_switches.cc b/chrome/test/base/test_switches.cc
index a092c4267355d79a88c2846c477bdd90f9450bbd..8f29965cb443ebf7d15e20d65a9c306a05002157 100644
--- a/chrome/test/base/test_switches.cc
+++ b/chrome/test/base/test_switches.cc
@@ -14,4 +14,9 @@ const char kAlsoEmitSuccessLogs[] = "also-emit-success-logs";
const char kAshBrowserTests[] = "ash-browsertests";
#endif
+#if defined(ENABLE_PLUGINS)
+// Makes browser pixel tests overwrite the reference if it does not match.
+const char kRebaselinePixelTests[] = "rebaseline-pixel-tests";
+#endif
+
} // namespace switches
« no previous file with comments | « chrome/test/base/test_switches.h ('k') | chrome/test/data/plugin_power_saver/click_me.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698