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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.h

Issue 678973003: Removed unused ScreenObserver::OnSetUsernamePassword() method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/chromeos/login/wizard_controller.h
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index 56f87f9bf9ab7839838f208a0ddbf04567099f8c..11fb7f30b479acb85a81845cdee1cf8b5d52d62a 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -240,8 +240,6 @@ class WizardController : public ScreenObserver,
// Overridden from ScreenObserver:
virtual void OnExit(ExitCodes exit_code) override;
virtual void ShowCurrentScreen() override;
- virtual void OnSetUserNamePassword(const std::string& username,
- const std::string& password) override;
virtual void SetHostConfiguration() override;
virtual void ConfigureHost(bool accepted_eula,
const std::string& lang,
@@ -270,9 +268,6 @@ class WizardController : public ScreenObserver,
// Changes status area visibility.
void SetStatusAreaVisible(bool visible);
- // Logs in the specified user via default login screen.
- void Login(const std::string& username, const std::string& password);
-
// Launched kiosk app configured for auto-launch.
void AutoLaunchKioskApp();
@@ -337,9 +332,6 @@ class WizardController : public ScreenObserver,
// Screen that was active before, or NULL for login screen.
BaseScreen* previous_screen_;
- std::string username_;
- std::string password_;
-
// True if running official BUILD.
bool is_official_build_;
« no previous file with comments | « chrome/browser/chromeos/login/screens/screen_observer.h ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698