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

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: Simplify test Created 7 years, 9 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..b79c05609be6398a62f673807f1a5c1e2874bb92 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,11 @@ void TestAutofillManagerDelegate::OnAutocheckoutError() {}
void TestAutofillManagerDelegate::ShowAutofillSettings() {}
+void TestAutofillManagerDelegate::ConfirmImportCC(
+ const AutofillMetrics& metric_logger,
+ const CreditCard& credit_card,
+ const base::Closure& import_callback) {}
+
void TestAutofillManagerDelegate::ShowPasswordGenerationBubble(
const gfx::Rect& bounds,
const content::PasswordForm& form,

Powered by Google App Engine
This is Rietveld 408576698