| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| index 0ba1c37620ae8e583f3a554e551ab7dd5a05532c..cfa6afd8052dde9c5886a1645a8ee22726e64715 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -407,8 +407,6 @@ void ExistingUserController::LoginAsDemoUser() {
|
| l10n_util::GetStringUTF8(IDS_CHROMEOS_ACC_LOGIN_SIGNIN_DEMOUSER));
|
| }
|
|
|
| -
|
| -
|
| void ExistingUserController::LoginAsGuest() {
|
| // Disable clicking on other windows.
|
| login_display_->SetUIEnabled(false);
|
|
|