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

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

Issue 2893703002: Cleanup PreferenceMACs on browser_tests startup (Closed)
Patch Set: re-enable PrefHashBrowserTests disabled for this issue 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.cc
diff --git a/content/public/test/test_launcher.cc b/content/public/test/test_launcher.cc
index ee92682c3b726d11697ee3f72e674da5f8c5e326..f9a408c6689d47b7360a25c003f5316d7def0250 100644
--- a/content/public/test/test_launcher.cc
+++ b/content/public/test/test_launcher.cc
@@ -544,6 +544,8 @@ int LaunchTests(TestLauncherDelegate* launcher_delegate,
base::FileDescriptorWatcher file_descriptor_watcher(&message_loop);
#endif
+ launcher_delegate->PreShardingCleanup();
+
// Allow the |launcher_delegate| to modify |default_jobs|.
launcher_delegate->AdjustDefaultParallelJobs(&default_jobs);

Powered by Google App Engine
This is Rietveld 408576698