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

Unified Diff: chrome/browser/app_controller_mac_browsertest.mm

Issue 2952163002: Remove InProcessBrowserTest::SetUpOnMainThread() calls. (Closed)
Patch Set: lint Created 3 years, 6 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/browser/app_controller_mac_browsertest.mm
diff --git a/chrome/browser/app_controller_mac_browsertest.mm b/chrome/browser/app_controller_mac_browsertest.mm
index f87d266b80aa1f25796abf7ab9aecdc1aa88d07f..212af967c06934633cac132f4a4d95708af2a24b 100644
--- a/chrome/browser/app_controller_mac_browsertest.mm
+++ b/chrome/browser/app_controller_mac_browsertest.mm
@@ -426,7 +426,6 @@ class AppControllerOpenShortcutOnStartupBrowserTest
SessionStartupPref pref(GetParam());
pref.urls.push_back(GURL(kPresetURL));
SessionStartupPref::SetStartupPref(browser()->profile(), pref);
- InProcessBrowserTest::SetUpOnMainThread();
}
protected:
@@ -504,7 +503,6 @@ class AppControllerOpenShortcutInBrowserTest
SessionStartupPref pref(session_startup_pref_);
pref.urls.push_back(GURL(kPresetURL));
SessionStartupPref::SetStartupPref(browser()->profile(), pref);
- InProcessBrowserTest::SetUpOnMainThread();
}
void SetUpCommandLine(base::CommandLine* command_line) override {

Powered by Google App Engine
This is Rietveld 408576698