Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Unified Diff: chrome/browser/ui/webui/chromeos/login/oobe_ui.h

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2dba4828a1ae38ba2b3421cfa7d207b3f67d2435..dfb7adff2adb851b7ba164986ad7699cafbf96cd 100644
--- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
+++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
@@ -129,11 +129,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,

Powered by Google App Engine
This is Rietveld 408576698