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

Unified Diff: base/test/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: git cl formatted 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 | « no previous file | base/test/test_switches.cc » ('j') | chrome/browser/plugins/plugin_power_saver_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_switches.h
diff --git a/base/test/test_switches.h b/base/test/test_switches.h
index 419b755541018ee77b1e15a928570b179c7242fa..0db5be6d17aadbb84afc3d3bdc74ea54852f2927 100644
--- a/base/test/test_switches.h
+++ b/base/test/test_switches.h
@@ -28,6 +28,10 @@ extern const char kTestTinyTimeout[];
extern const char kUiTestActionTimeout[];
extern const char kUiTestActionMaxTimeout[];
+#if defined(ENABLE_PLUGINS)
+extern const char kRebaselinePixelTests[];
+#endif
+
} // namespace switches
#endif // BASE_TEST_TEST_SWITCHES_H_
« no previous file with comments | « no previous file | base/test/test_switches.cc » ('j') | chrome/browser/plugins/plugin_power_saver_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698