Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Unified Diff: chrome/browser/autofill/test_autofill_manager_delegate.cc

Issue 12378055: Make autofill stop depending on InfoBarService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698