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

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

Issue 9264059: Enable hide animation for login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 11 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_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 3e8c117214f08a4cff98ed497278294b03dacb44..2c4c5abe1a6d55b1f663df4de0b9c25912acf684 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -1346,13 +1346,10 @@ void LoginUtils::DoBrowserLaunch(Profile* profile,
StatusAreaViewChromeos::SetScreenMode(StatusAreaViewChromeos::BROWSER_MODE);
if (login_host) {
+ // Enable status area now as the login window may be destructed anytime
+ // after LaunchBrowser.
login_host->SetStatusAreaVisible(true);
login_host->SetStatusAreaEnabled(true);
-#if defined(USE_AURA)
- // Close lock window now so that the launched browser can receive focus.
- // TODO(oshima): Implement hide animation for lock screens.
- login_host->CloseWindow();
-#endif
}
BootTimesLoader::Get()->AddLoginTimeMarker("BrowserLaunched", false);
« no previous file with comments | « chrome/browser/chromeos/login/login_display_host.h ('k') | chrome/browser/chromeos/login/webui_login_display_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698