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

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

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove infobar if its associated page content is destroyed. Created 5 years, 12 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/chrome_autofill_client.h
diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.h b/chrome/browser/ui/autofill/chrome_autofill_client.h
index c0a3be3f55870f58e6b0729f1b185b123a2cf95a..8b28405f7cac909334c057313ef0f3d5eb3d1960 100644
--- a/chrome/browser/ui/autofill/chrome_autofill_client.h
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.h
@@ -51,7 +51,8 @@ class ChromeAutofillClient
void HideRequestAutocompleteDialog() override;
void ShowAutofillSettings() override;
void ShowUnmaskPrompt() override;
- void ConfirmSaveCreditCard(const base::Closure& save_card_callback) override;
+ void ConfirmSaveCreditCard(AutofillDriver* autofill_driver,
+ const base::Closure& save_card_callback) override;
bool HasCreditCardScanFeature() override;
void ScanCreditCard(const CreditCardScanCallback& callback) override;
void ShowRequestAutocompleteDialog(const FormData& form,
@@ -76,6 +77,7 @@ class ChromeAutofillClient
// content::WebContentsObserver implementation.
void WebContentsDestroyed() override;
+ void RenderFrameDeleted(content::RenderFrameHost* render_frame_host) override;
// ZoomObserver implementation.
void OnZoomChanged(

Powered by Google App Engine
This is Rietveld 408576698