| Index: chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc
|
| index dd36096701767e030d9f1d0c2a2d48d690f3ad52..ffa026b45a4a91deb708f92e5cc3367ee1666252 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc
|
| @@ -199,6 +199,7 @@ void LocallyManagedUserCreationScreenHandler::Show() {
|
| SigninScreenHandler::FillUserDictionary(*it,
|
| is_owner,
|
| false /* is_signin_to_add */,
|
| + LoginDisplay::OFFLINE_PASSWORD,
|
| user_dict);
|
| users_list->Append(user_dict);
|
| }
|
|
|