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

Unified Diff: chrome/browser/chromeos/login/ui/login_display_host_impl.cc

Issue 682103002: Uber tray unresponsive with Multiprofile enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enabling the login UI before login_view_ is reset to NULL Created 6 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/ui/login_display_host_impl.cc
diff --git a/chrome/browser/chromeos/login/ui/login_display_host_impl.cc b/chrome/browser/chromeos/login/ui/login_display_host_impl.cc
index 1f2eb3d5acdbef0d584322b7ae7fbffd42adf6f8..e5a8ee3c9354ed170c4161c3f1835655b524e86a 100644
--- a/chrome/browser/chromeos/login/ui/login_display_host_impl.cc
+++ b/chrome/browser/chromeos/login/ui/login_display_host_impl.cc
@@ -1118,6 +1118,10 @@ void LoginDisplayHostImpl::ResetLoginWindowAndView() {
return;
login_window_->Close();
login_window_ = NULL;
+
+ if (!login_view_)
+ return;
+ login_view_->SetUIEnabled(true);
login_view_ = NULL;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698