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

Unified Diff: content/public/test/test_launcher.h

Issue 2893703002: Cleanup PreferenceMACs on browser_tests startup (Closed)
Patch Set: fix compile Created 3 years, 7 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: content/public/test/test_launcher.h
diff --git a/content/public/test/test_launcher.h b/content/public/test/test_launcher.h
index b58f9b75d78973ff3c38e424d1a1eac5dcca5675..7acd114943157b4acfc26cb8d6474429c1442a7a 100644
--- a/content/public/test/test_launcher.h
+++ b/content/public/test/test_launcher.h
@@ -58,6 +58,10 @@ class TestLauncherDelegate {
base::CommandLine* command_line,
base::TestLauncher::LaunchOptions* test_launch_options);
+ // Allows a TestLauncherDelegate to do work before the launcher shards test
+ // jobs.
+ virtual void PreSharding() {}
+
// Allows a TestLauncherDelegate to adjust the number of |default_jobs| used
// when --test-launcher-jobs isn't specified on the command-line.
virtual void AdjustDefaultParallelJobs(int* default_jobs) {}

Powered by Google App Engine
This is Rietveld 408576698