Index: chrome/browser/ui/autofill/account_chooser_model.cc |
diff --git a/chrome/browser/ui/autofill/account_chooser_model.cc b/chrome/browser/ui/autofill/account_chooser_model.cc |
index b40795ed9b4d98aba255a205d8b1653f407652f8..4306e2edf23ae78b1b73c66f921c66a7436cb960 100644 |
--- a/chrome/browser/ui/autofill/account_chooser_model.cc |
+++ b/chrome/browser/ui/autofill/account_chooser_model.cc |
@@ -138,8 +138,6 @@ void AccountChooserModel::ReconstructMenuItems() { |
} else if (checked_item_ == kActiveWalletItemId) { |
// A selected active Wallet account with an empty account name means |
// that the sign-in attempt is in progress. |
- // TODO(aruslan): http://crbug.com/230932 |
- // A throbber should be shown until the Wallet account name is set. |
AddCheckItem(kActiveWalletItemId, |
l10n_util::GetStringUTF16(IDS_AUTOFILL_DIALOG_GOOGLE_WALLET)); |
} |