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

Unified Diff: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h

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, 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/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,

Powered by Google App Engine
This is Rietveld 408576698