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

Unified Diff: chrome/browser/notifications/platform_notification_service_interactive_uitest.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/notifications/platform_notification_service_interactive_uitest.cc
diff --git a/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc b/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
index 8eef9336850baa387a25f4ceaaff6c5caa6f73e5..0b6f6cd0b0b528fc1a136723afa7fb8c25707015 100644
--- a/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
+++ b/chrome/browser/notifications/platform_notification_service_interactive_uitest.cc
@@ -169,7 +169,6 @@ void PlatformNotificationServiceBrowserTest::SetUpOnMainThread() {
display_service_.reset(
new MessageCenterDisplayService(browser()->profile(), ui_manager_.get()));
service()->SetNotificationDisplayServiceForTesting(display_service_.get());
- InProcessBrowserTest::SetUpOnMainThread();
}
void PlatformNotificationServiceBrowserTest::TearDown() {

Powered by Google App Engine
This is Rietveld 408576698