| Index: chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
|
| index 1ee0507a55035fed422939fecf90e0f7c428cedf..1406016d0b91fa67fcbb26d58b8a5392cb55be4c 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
|
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
|
| @@ -124,7 +124,7 @@ TEST_F(AutofillDialogViewsTest, SignInFocus) {
|
| views::View* notification_area = dialog()->GetNotificationAreaForTesting();
|
| views::View* scrollable_area = dialog()->GetScrollableAreaForTesting();
|
|
|
| - dialog()->ShowSignIn();
|
| + dialog()->ShowSignIn(wallet::GetAddAccountUrl());
|
|
|
| // The sign in view should be the only showing and focusable view.
|
| EXPECT_TRUE(sign_in_web_view->IsFocusable());
|
| @@ -141,7 +141,7 @@ TEST_F(AutofillDialogViewsTest, SignInFocus) {
|
| EXPECT_FALSE(loading_shield->IsFocusable());
|
| EXPECT_FALSE(sign_in_web_view->IsFocusable());
|
|
|
| - dialog()->ShowSignIn();
|
| + dialog()->ShowSignIn(wallet::GetAddAccountUrl());
|
|
|
| EXPECT_TRUE(sign_in_web_view->IsFocusable());
|
| EXPECT_FALSE(loading_shield->IsFocusable());
|
|
|