| 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 a3416bf6321f85bb53544de73f9e9181c9df93ae..aef9766aca8197d4b31eaca774483f3f2ca09f2c 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;
|
| }
|
|
|
|
|