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

Unified Diff: chrome/browser/chromeos/login/login_manager_test.cc

Issue 2737823002: Revert of Reland: Switch WindowedNotificationObserver to use base::RunLoop. (Closed)
Patch Set: Created 3 years, 9 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/login_manager_test.cc
diff --git a/chrome/browser/chromeos/login/login_manager_test.cc b/chrome/browser/chromeos/login/login_manager_test.cc
index 5e9bcdb54b0f105ac89f227df43cde1534d2824a..354f2dc318f4475264c2bbdabcda73a3c1231611 100644
--- a/chrome/browser/chromeos/login/login_manager_test.cc
+++ b/chrome/browser/chromeos/login/login_manager_test.cc
@@ -201,8 +201,6 @@
const UserContext user_context = CreateUserContext(user_id);
SetExpectedCredentials(user_context);
EXPECT_TRUE(TryToLogin(user_context));
- // Let LoginDisplayHostImpl delete itself.
- content::RunAllPendingInMessageLoop();
}
void LoginManagerTest::AddUser(const std::string& user_id) {

Powered by Google App Engine
This is Rietveld 408576698