| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| index fe52e571a6edcdbfc0aa2da33a9b53c88a850906..288e5ac0efd89b0c02e9e0690e1fccbadabbe4ac 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -113,7 +113,6 @@ class AutofillDialogControllerImpl
|
| virtual bool ShouldShowSpinner() const override;
|
| virtual bool ShouldShowAccountChooser() const override;
|
| virtual bool ShouldShowSignInWebView() const override;
|
| - virtual GURL SignInUrl() const override;
|
| virtual bool ShouldOfferToSaveInChrome() const override;
|
| virtual bool ShouldSaveInChrome() const override;
|
| virtual ui::MenuModel* MenuModelForAccountChooser() override;
|
| @@ -630,6 +629,9 @@ class AutofillDialogControllerImpl
|
| // Gets the user's current Wallet cookie (gdToken) from the cookie jar.
|
| void FetchWalletCookie();
|
|
|
| + // Tells the view to shows the webpage at |url|.
|
| + void ShowSignIn(const GURL& url);
|
| +
|
| // The |profile| for |contents_|.
|
| Profile* const profile_;
|
|
|
|
|