| 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 73350cbf270424e8839764386102719795d90145..ec7a9ced5a9d96367f1291404491bc07eda1a197 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| @@ -134,11 +134,6 @@ 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(const LoginScreenContext& context,
|
| SigninScreenHandlerDelegate* delegate,
|
|
|