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 |