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

Unified Diff: chrome/browser/io_thread_browsertest.cc

Issue 2952163002: Remove InProcessBrowserTest::SetUpOnMainThread() calls. (Closed)
Patch Set: rebase 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/io_thread_browsertest.cc
diff --git a/chrome/browser/io_thread_browsertest.cc b/chrome/browser/io_thread_browsertest.cc
index b7c536e11e64a16791092430596c14d6d0872231..b5c3c00a8f4244cf63c37005e7bfd73eed19b99b 100644
--- a/chrome/browser/io_thread_browsertest.cc
+++ b/chrome/browser/io_thread_browsertest.cc
@@ -73,8 +73,6 @@ class IOThreadBrowserTest : public InProcessBrowserTest {
void SetUpOnMainThread() override {
embedded_test_server()->StartAcceptingConnections();
-
- InProcessBrowserTest::SetUpOnMainThread();
}
void TearDown() override {

Powered by Google App Engine
This is Rietveld 408576698