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

Unified Diff: chrome/test/base/chrome_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: chrome/test/base/chrome_test_launcher.h
diff --git a/chrome/test/base/chrome_test_launcher.h b/chrome/test/base/chrome_test_launcher.h
index 985687b32a8787c1aab68e2d90bbcef94acc93e3..af6d80f8bd7066e149573b2e57802f6d70c80f40 100644
--- a/chrome/test/base/chrome_test_launcher.h
+++ b/chrome/test/base/chrome_test_launcher.h
@@ -36,6 +36,7 @@ class ChromeTestLauncherDelegate : public content::TestLauncherDelegate {
base::CommandLine* command_line,
const base::FilePath& temp_data_dir) override;
content::ContentMainDelegate* CreateContentMainDelegate() override;
+ void PreSharding() override;
private:
ChromeTestSuiteRunner* runner_;

Powered by Google App Engine
This is Rietveld 408576698