| Index: chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| index 62c8382821c7fb08d9f55d4fac95d23c0975e267..a883c681ea584bc11bbb1305b8e4f6d1e73b6af6 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| @@ -60,6 +60,11 @@ class OobeUI : public OobeDisplay,
|
| // Shows or hides OOBE UI elements.
|
| void ShowOobeUI(bool show);
|
|
|
| + // TODO(rkc): Create a separate retail mode login UI and move this method
|
| + // there - see crbug.com/157671.
|
| + // Shows a login spinner for retail mode logins.
|
| + void ShowRetailModeLoginSpinner();
|
| +
|
| // Shows the signin screen.
|
| void ShowSigninScreen(SigninScreenHandlerDelegate* delegate,
|
| NativeWindowDelegate* native_window_delegate);
|
|
|