| Index: chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| index f870455d7c38be4a9cbc3e621a2d7f5539260d4c..b6f8b92c72071081b9d777b7b23f0ab748184139 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| @@ -566,6 +566,7 @@ IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest,
|
| // Tests that credit card number is disabled while editing a Wallet instrument.
|
| IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, WalletCreditCardDisabled) {
|
| controller()->OnUserNameFetchSuccess("user@example.com");
|
| + controller()->OnDidFetchWalletCookieValue(std::string());
|
|
|
| scoped_ptr<wallet::WalletItems> wallet_items =
|
| wallet::GetTestWalletItems(wallet::AMEX_DISALLOWED);
|
| @@ -733,6 +734,7 @@ IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, MAYBE_PreservedSections) {
|
|
|
| // Set up some Wallet state.
|
| controller()->OnUserNameFetchSuccess("user@example.com");
|
| + controller()->OnDidFetchWalletCookieValue(std::string());
|
| controller()->OnDidGetWalletItems(
|
| wallet::GetTestWalletItems(wallet::AMEX_DISALLOWED));
|
|
|
|
|