| 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 2cda6e0bcb81f3c05c001f3694e568c1e5ebff2f..594d99b50875fcca2d9a8d352741ec7ea579438c 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();
|
| // An expired card will be forced into edit mode.
|
| @@ -732,6 +733,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());
|
|
|
| ui::MenuModel* account_chooser = controller()->MenuModelForAccountChooser();
|
|
|