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

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

Issue 8414021: [cros] Remove few account screen mentions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build 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/chromeos/login/wizard_controller.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc
index 1884a37fa49c90791fd9fa390c8a438d41b3d45d..38b8c991f97793920a50010da9933191a3e1e321 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -363,17 +363,6 @@ void WizardController::OnNetworkOffline() {
ShowLoginScreen();
}
-void WizardController::OnAccountCreateBack() {
- ShowLoginScreen();
-}
-
-void WizardController::OnAccountCreated() {
- ShowLoginScreen();
- // TODO(dpolukhin): clear password memory for real. Now it is not
- // a problem because we can't extract password from the form.
- password_.clear();
-}
-
void WizardController::OnConnectionFailed() {
// TODO(dpolukhin): show error message after login screen is displayed.
ShowLoginScreen();
@@ -650,12 +639,6 @@ void WizardController::OnExit(ExitCodes exit_code) {
case NETWORK_OFFLINE:
OnNetworkOffline();
break;
- case ACCOUNT_CREATE_BACK:
- OnAccountCreateBack();
- break;
- case ACCOUNT_CREATED:
- OnAccountCreated();
- break;
case CONNECTION_FAILED:
OnConnectionFailed();
break;
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.h ('k') | chrome/browser/chromeos/login/wizard_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698