| 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 {
|
|
|