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

Unified Diff: chrome/test/base/test_switches.h

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/renderer/resources/plugins/plugin_poster.html ('k') | chrome/test/base/test_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_switches.h
diff --git a/chrome/test/base/test_switches.h b/chrome/test/base/test_switches.h
index 5d3544c6c2b7d667fca6da6d2af8b3b8e7834ec3..bfeb9dc474e8d9c1fd7e8c9fcf625cf8bff02e5d 100644
--- a/chrome/test/base/test_switches.h
+++ b/chrome/test/base/test_switches.h
@@ -17,6 +17,10 @@ extern const char kAlsoEmitSuccessLogs[];
extern const char kAshBrowserTests[];
#endif
+#if defined(ENABLE_PLUGINS)
+extern const char kRebaselinePixelTests[];
+#endif
+
} // namespace switches
#endif // CHROME_TEST_BASE_TEST_SWITCHES_H_
« no previous file with comments | « chrome/renderer/resources/plugins/plugin_poster.html ('k') | chrome/test/base/test_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698