| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| index dd6f2ffaf07878c884e8a691d90b07b308fc30b4..f6ab0064b6de3bde6c36072813f1ce857ce2651b 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| @@ -112,8 +112,9 @@ bool AutofillDialogCocoa::SaveDetailsLocally() {
|
| return [sheet_delegate_ saveDetailsLocally];
|
| }
|
|
|
| -const content::NavigationController* AutofillDialogCocoa::ShowSignIn() {
|
| - return [sheet_delegate_ showSignIn];
|
| +const content::NavigationController* AutofillDialogCocoa::ShowSignIn(
|
| + const GURL& url) {
|
| + return [sheet_delegate_ showSignIn:url];
|
| }
|
|
|
| void AutofillDialogCocoa::HideSignIn() {
|
|
|