| Index: chrome/browser/chromeos/login/screens/user_selection_screen.cc
|
| diff --git a/chrome/browser/chromeos/login/screens/user_selection_screen.cc b/chrome/browser/chromeos/login/screens/user_selection_screen.cc
|
| index b92c4402f2f8a62512201d50dadab7b085913f9c..5578bd0709e3249607a3b7e135938d6a501baf7c 100644
|
| --- a/chrome/browser/chromeos/login/screens/user_selection_screen.cc
|
| +++ b/chrome/browser/chromeos/login/screens/user_selection_screen.cc
|
| @@ -200,6 +200,9 @@ class UserSelectionScreen::DircryptoMigrationChecker {
|
| bool needs_migration) {
|
| if (call_status != DBUS_METHOD_CALL_SUCCESS) {
|
| LOG(ERROR) << "Failed to call cryptohome NeedsDircryptoMigration.";
|
| + // Hide the banner to avoid confusion in http://crbug.com/721948.
|
| + // Cache is not updated so that cryptohome call will still be attempted.
|
| + UpdateUI(account_id, false);
|
| return;
|
| }
|
|
|
|
|