| 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 b8ad9ca9e125fc1c9cf3955dbfa75e09ae3f728c..30dcfc7a4d6a8cfcf03ef97cbbdf06f3c3bf21cc 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
| @@ -138,11 +138,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,
|
|
|