| Index: chrome/browser/chromeos/login/existing_user_controller.h
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
|
| index ba0c5ed68dad950f91a4a477b7dc24bd81335c44..85c616bef232b1a10327c46eaf82a19ea0147182 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.h
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.h
|
| @@ -133,9 +133,6 @@ class ExistingUserController : public LoginDisplay::Delegate,
|
| // Adds first-time login URLs.
|
| void InitializeStartUrls() const;
|
|
|
| - // Changes state of the status area. During login operation it's disabled.
|
| - void SetStatusAreaEnabled(bool enable);
|
| -
|
| // Show error message. |error_id| error message ID in resources.
|
| // If |details| string is not empty, it specify additional error text
|
| // provided by authenticator, it is not localized.
|
|
|