| Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| index ed53ff03998f0212e0a85b3c546b6e6ec6028522..6dd2689a7c4db8f0d09eff0e95c4a1026f34b039 100644
|
| --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| @@ -33,7 +33,6 @@ class TabAutofillManagerDelegate
|
| virtual ~TabAutofillManagerDelegate();
|
|
|
| // AutofillManagerDelegate implementation.
|
| - virtual InfoBarService* GetInfoBarService() OVERRIDE;
|
| virtual PersonalDataManager* GetPersonalDataManager() OVERRIDE;
|
| virtual PrefService* GetPrefs() OVERRIDE;
|
| virtual ProfileSyncServiceBase* GetProfileSyncService() OVERRIDE;
|
| @@ -41,6 +40,9 @@ class TabAutofillManagerDelegate
|
| virtual bool IsSavingPasswordsEnabled() const OVERRIDE;
|
| virtual void OnAutocheckoutError() OVERRIDE;
|
| virtual void ShowAutofillSettings() OVERRIDE;
|
| + virtual void ConfirmImportCC(const AutofillMetrics& metric_logger,
|
| + const CreditCard& credit_card,
|
| + const base::Closure& import_callback) OVERRIDE;
|
| virtual void ShowPasswordGenerationBubble(
|
| const gfx::Rect& bounds,
|
| const content::PasswordForm& form,
|
|
|