| 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_;
|
|
|
|
|