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

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

Issue 2891223002: cros: Move wallpaper after login screen is gone (Closed)
Patch Set: fix nits Created 3 years, 7 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_browsertest.cc
diff --git a/chrome/browser/chromeos/login/login_browsertest.cc b/chrome/browser/chromeos/login/login_browsertest.cc
index 0ea474b3f57631de19858badb4fba00ebf87aea5..68b714ccd1b33fdb9394fab9119a450deb107622 100644
--- a/chrome/browser/chromeos/login/login_browsertest.cc
+++ b/chrome/browser/chromeos/login/login_browsertest.cc
@@ -93,7 +93,7 @@ class LoginSigninTest : public InProcessBrowserTest {
void TearDownOnMainThread() override {
// Close the login manager, which otherwise holds a KeepAlive that is not
// cleared in time by the end of the test.
- LoginDisplayHost::default_host()->Finalize();
+ LoginDisplayHost::default_host()->Finalize(base::OnceClosure());
}
void SetUpOnMainThread() override {

Powered by Google App Engine
This is Rietveld 408576698