| Index: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
|
| index 5b0dafc76bf0e23f75abfa496621bdb9f8066080..c170133db7e59c8507cdb240a3801713df686524 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
|
| @@ -62,6 +62,11 @@ class CoreOobeHandler : public BaseScreenHandler,
|
| return show_oobe_ui_;
|
| }
|
|
|
| + // If |shutdown_button_visible| is true, the shutdown button becomes visible
|
| + // and the reboot button is hidden. Vice versa if |shutdown_button_visible| is
|
| + // false.
|
| + void UpdateShutdownButtonVisibility(bool shutdown_button_visible);
|
| +
|
| private:
|
| // CoreOobeActor implementation:
|
| virtual void ShowSignInError(
|
|
|