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

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

Issue 8395042: [cros,de-hack] Get rid of singleton for the WebUILoginScreen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: comment nit Created 9 years, 2 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 ff9dfa55318d776e2599f2c25db0aa0de0aa01c0..0ab57054d9574553234318804ed03c6d35f0cf5d 100644
--- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
+++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
@@ -17,6 +17,7 @@ namespace chromeos {
class BaseScreenHandler;
class CoreOobeHandler;
class SigninScreenHandler;
+class SigninScreenHandlerDelegate;
}
namespace chromeos {
@@ -52,7 +53,7 @@ class OobeUI : public OobeDisplay,
void ShowOobeUI(bool show);
// Shows the signin screen.
- void ShowSigninScreen();
+ void ShowSigninScreen(SigninScreenHandlerDelegate* delegate);
// Called when the login main frame has been rendered.
void OnLoginPromptVisible();
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/network_dropdown_handler.cc ('k') | chrome/browser/ui/webui/chromeos/login/oobe_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698