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

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

Issue 1063983002: Fix regression: allow resetting password and enabling UI input on screenlock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove Created 5 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 | « 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/webui_login_display.cc
diff --git a/chrome/browser/chromeos/login/ui/webui_login_display.cc b/chrome/browser/chromeos/login/ui/webui_login_display.cc
index 8b4c5ff652df9b4f4cee317597255dd5a680ff87..b38c65b338dc3b4cd259cc94569068c01d2c2405 100644
--- a/chrome/browser/chromeos/login/ui/webui_login_display.cc
+++ b/chrome/browser/chromeos/login/ui/webui_login_display.cc
@@ -96,8 +96,7 @@ void WebUILoginDisplay::SetUIEnabled(bool is_enabled) {
// If this call is made after new user signs in but login screen is still
// around that would trigger a sign in extension refresh.
if (is_enabled && (!user_manager::UserManager::Get()->IsUserLoggedIn() ||
- ScreenLocker::default_screen_locker()) &&
- !StartupUtils::IsWebviewSigninEnabled()) {
+ ScreenLocker::default_screen_locker())) {
ClearAndEnablePassword();
}
« 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