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

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

Issue 2817933003: Wait for Cryptohome service to be available on login. (Closed)
Patch Set: nits Created 3 years, 8 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
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc b/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
index 9566108f335e2168c4539d03ed31b47dfdbb643b..facc5e4afd1a6ecfb3a0fd816fffb3bee3cb80fb 100644
--- a/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
@@ -784,6 +784,11 @@ class ExistingUserControllerActiveDirectoryTest
ExistingUserControllerTest::SetUpInProcessBrowserTestFixture();
}
+ void TearDownOnMainThread() override {
+ base::RunLoop().RunUntilIdle();
+ ExistingUserControllerTest::TearDownOnMainThread();
+ }
+
protected:
void ExpectLoginFailure() {
EXPECT_CALL(*mock_login_display_, SetUIEnabled(false)).Times(2);
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698