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

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: Address comments 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/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 6f702e0217f083543565712b336336e9efb349aa..ebb6d7094df4bda84cef0309db3a63e05cb21f68 100644
--- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
+++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
@@ -36,7 +36,6 @@ class TabAutofillManagerDelegate
virtual ~TabAutofillManagerDelegate();
// AutofillManagerDelegate implementation.
- virtual InfoBarService* GetInfoBarService() OVERRIDE;
virtual PersonalDataManager* GetPersonalDataManager() OVERRIDE;
virtual PrefService* GetPrefs() OVERRIDE;
virtual void HideRequestAutocompleteDialog() OVERRIDE;
@@ -46,6 +45,10 @@ class TabAutofillManagerDelegate
const base::Closure& callback) OVERRIDE;
virtual void OnAutocheckoutError() OVERRIDE;
virtual void ShowAutofillSettings() OVERRIDE;
+ virtual void ConfirmSaveCreditCard(
+ const AutofillMetrics& metric_logger,
+ const CreditCard& credit_card,
+ const base::Closure& save_card_callback) OVERRIDE;
virtual void ShowPasswordGenerationBubble(
const gfx::Rect& bounds,
const content::PasswordForm& form,

Powered by Google App Engine
This is Rietveld 408576698