| 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 c0a3be3f55870f58e6b0729f1b185b123a2cf95a..c147253fd96aa05f62ebacc711aef12b380f39fe 100644
|
| --- a/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| +++ b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| @@ -23,6 +23,10 @@ struct LoadCommittedDetails;
|
| class WebContents;
|
| }
|
|
|
| +namespace infobars {
|
| +class InfoBarManager;
|
| +}
|
| +
|
| namespace autofill {
|
|
|
| class AutofillDialogController;
|
| @@ -51,7 +55,6 @@ class ChromeAutofillClient
|
| void HideRequestAutocompleteDialog() override;
|
| void ShowAutofillSettings() override;
|
| void ShowUnmaskPrompt() override;
|
| - void ConfirmSaveCreditCard(const base::Closure& save_card_callback) override;
|
| bool HasCreditCardScanFeature() override;
|
| void ScanCreditCard(const CreditCardScanCallback& callback) override;
|
| void ShowRequestAutocompleteDialog(const FormData& form,
|
| @@ -73,6 +76,7 @@ class ChromeAutofillClient
|
| void DidFillOrPreviewField(const base::string16& autofilled_value,
|
| const base::string16& profile_full_name) override;
|
| void OnFirstUserGestureObserved() override;
|
| + infobars::InfoBarManager* GetInfoBarManager() override;
|
|
|
| // content::WebContentsObserver implementation.
|
| void WebContentsDestroyed() override;
|
|
|