| Index: chrome/browser/ui/autofill/autofill_dialog_view.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| index 822f21a3b4602657a1824f7838af39563172dda8..bc8312dc7a170a154cda58430350f6ecec0de28c 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| @@ -84,7 +84,7 @@ class AutofillDialogView {
|
|
|
| // Triggers dialog to sign in to Google.
|
| // Returns a NotificationSource to be used to monitor for sign-in completion.
|
| - virtual const content::NavigationController* ShowSignIn() = 0;
|
| + virtual const content::NavigationController* ShowSignIn(const GURL& url) = 0;
|
|
|
| // Closes out any sign-in UI and returns to normal operation.
|
| virtual void HideSignIn() = 0;
|
|
|