| Index: chrome/browser/ui/autofill/chrome_autofill_client.h
|
| diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.h b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| index 15bdeba6637c4f665bafb05dd40f032830f7a755..9a909482f5fbbe7e77b1bf2f0fc6ae1ddb5dbb9c 100644
|
| --- a/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| +++ b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| @@ -87,9 +87,8 @@ class ChromeAutofillClient
|
| const base::string16& profile_full_name) override;
|
| bool IsContextSecure() override;
|
| bool ShouldShowSigninPromo() override;
|
| - void StartSigninFlow() override;
|
| - void ShowHttpNotSecureExplanation() override;
|
| bool IsAutofillSupported() override;
|
| + void ExecuteCommand(int id) override;
|
|
|
| // content::WebContentsObserver implementation.
|
| void MainFrameWasResized(bool width_changed) override;
|
| @@ -107,6 +106,8 @@ class ChromeAutofillClient
|
| explicit ChromeAutofillClient(content::WebContents* web_contents);
|
| friend class content::WebContentsUserData<ChromeAutofillClient>;
|
|
|
| + void ShowHttpNotSecureExplanation();
|
| +
|
| base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
|
| CardUnmaskPromptControllerImpl unmask_controller_;
|
|
|
|
|