| Index: chrome/browser/autofill/test_autofill_manager_delegate.cc
|
| diff --git a/chrome/browser/autofill/test_autofill_manager_delegate.cc b/chrome/browser/autofill/test_autofill_manager_delegate.cc
|
| index 169db1f9af68b1f82c5f7c0ff774328513a0caa5..780d269bd0798428344e98c7b0ada9ca3ee5847e 100644
|
| --- a/chrome/browser/autofill/test_autofill_manager_delegate.cc
|
| +++ b/chrome/browser/autofill/test_autofill_manager_delegate.cc
|
| @@ -9,10 +9,6 @@ namespace autofill {
|
| TestAutofillManagerDelegate::TestAutofillManagerDelegate() {}
|
| TestAutofillManagerDelegate::~TestAutofillManagerDelegate() {}
|
|
|
| -InfoBarService* TestAutofillManagerDelegate::GetInfoBarService() {
|
| - return NULL;
|
| -}
|
| -
|
| PersonalDataManager* TestAutofillManagerDelegate::GetPersonalDataManager() {
|
| return NULL;
|
| }
|
| @@ -35,6 +31,9 @@ void TestAutofillManagerDelegate::OnAutocheckoutError() {}
|
|
|
| void TestAutofillManagerDelegate::ShowAutofillSettings() {}
|
|
|
| +void TestAutofillManagerDelegate::ShowAutofillCCImportConfirmation(
|
| + scoped_ptr<AutofillCCImportConfirmationDelegate> delegate) {}
|
| +
|
| void TestAutofillManagerDelegate::ShowPasswordGenerationBubble(
|
| const gfx::Rect& bounds,
|
| const content::PasswordForm& form,
|
|
|