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

Unified Diff: chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc

Issue 419523003: Relands "Removed InProcessBrowserTest::CleanUpOnMainThread()" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/login_state_notification_blocker_chromeos_browsertest.cc
diff --git a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
index 451fc7ad504e919e79aeafcbb3e80ae0ea644b02..2f83bc1b36efeb6256e1bb29929eeb2c83f69091 100644
--- a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
+++ b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
@@ -35,11 +35,11 @@ class LoginStateNotificationBlockerChromeOSBrowserTest
chromeos::LoginManagerTest::SetUpOnMainThread();
}
- virtual void CleanUpOnMainThread() OVERRIDE {
+ virtual void TearDownOnMainThread() OVERRIDE {
if (blocker_)
blocker_->RemoveObserver(this);
blocker_.reset();
- chromeos::LoginManagerTest::CleanUpOnMainThread();
+ chromeos::LoginManagerTest::TearDownOnMainThread();
}
protected:

Powered by Google App Engine
This is Rietveld 408576698