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

Unified Diff: chrome/browser/chromeos/login/mixin_based_browser_test.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/chromeos/login/mixin_based_browser_test.cc
diff --git a/chrome/browser/chromeos/login/mixin_based_browser_test.cc b/chrome/browser/chromeos/login/mixin_based_browser_test.cc
index 4d6cbe227f14056c6cb645aa8d1feeabaef42192..fdeaae4532cce8364a06655eb59e389bce7f38b1 100644
--- a/chrome/browser/chromeos/login/mixin_based_browser_test.cc
+++ b/chrome/browser/chromeos/login/mixin_based_browser_test.cc
@@ -36,8 +36,6 @@ void MixinBasedBrowserTest::SetUpOnMainThread() {
setup_was_launched_ = true;
for (const auto& mixin : mixins_)
mixin->SetUpOnMainThread();
-
- InProcessBrowserTest::SetUpOnMainThread();
}
void MixinBasedBrowserTest::TearDownOnMainThread() {

Powered by Google App Engine
This is Rietveld 408576698