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

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

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.h
diff --git a/chrome/browser/autofill/test_autofill_manager_delegate.h b/chrome/browser/autofill/test_autofill_manager_delegate.h
index 86ab904d7931ee36243943c1249f292d318cf322..a9c5ccfa74510a47dec951b9c0b36e96740e7142 100644
--- a/chrome/browser/autofill/test_autofill_manager_delegate.h
+++ b/chrome/browser/autofill/test_autofill_manager_delegate.h
@@ -18,7 +18,6 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
virtual ~TestAutofillManagerDelegate();
// AutofillManagerDelegate implementation.
- virtual InfoBarService* GetInfoBarService() OVERRIDE;
virtual PersonalDataManager* GetPersonalDataManager() OVERRIDE;
virtual PrefService* GetPrefs() OVERRIDE;
virtual ProfileSyncServiceBase* GetProfileSyncService() OVERRIDE;
@@ -26,6 +25,8 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
virtual bool IsSavingPasswordsEnabled() const OVERRIDE;
virtual void OnAutocheckoutError() OVERRIDE;
virtual void ShowAutofillSettings() OVERRIDE;
+ virtual void ShowAutofillCCImportConfirmation(
+ scoped_ptr<AutofillCCImportConfirmationDelegate> delegate) OVERRIDE;
virtual void ShowPasswordGenerationBubble(
const gfx::Rect& bounds,
const content::PasswordForm& form,

Powered by Google App Engine
This is Rietveld 408576698