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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h

Issue 13331007: Multi-account AccountChooser for interactive autocomplete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/autofill/autofill_dialog_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
index b19910f90c8d8e885239cb42d5aa1d61d99b2029..aefaf02d60b82636dbb21e7429f1b37baa10cece 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -372,12 +372,6 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
// The helper is set only during fetch/sign-in, and NULL otherwise.
scoped_ptr<wallet::WalletSigninHelper> signin_helper_;
- // The user account name (email).
- // Valid only if PayingWithWallet() and SigninState() == SIGNED_IN.
- // Set whenever the sign-in helper fetches the user info.
- // TODO(aruslan): this should be removed (AccountChooser should deal with it).
- std::string current_username_;
-
// A client to talk to the Online Wallet API.
wallet::WalletClient wallet_client_;

Powered by Google App Engine
This is Rietveld 408576698