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

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: Abstracting the call to WebContents::OpenURL() throuh the AutofillDriver. Created 6 years, 1 month 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 323eb5f92d95c932e9a0bb95a4e511dfbd8cee24..2e2f33ee308f8af1c94af73413f4e8cfba3496dd 100644
--- a/chrome/browser/ui/autofill/chrome_autofill_client.h
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.h
@@ -23,6 +23,7 @@ class WebContents;
namespace autofill {
class AutofillDialogController;
+class AutofillDriver;
class AutofillKeystoneBridgeWrapper;
class AutofillPopupControllerImpl;
struct FormData;
@@ -45,7 +46,8 @@ class ChromeAutofillClient
PrefService* GetPrefs() override;
void HideRequestAutocompleteDialog() override;
void ShowAutofillSettings() override;
- void ConfirmSaveCreditCard(const AutofillMetrics& metric_logger,
+ void ConfirmSaveCreditCard(const AutofillDriver& autofill_driver,
+ const AutofillMetrics& metric_logger,
const base::Closure& save_card_callback) override;
void ShowRequestAutocompleteDialog(const FormData& form,
const GURL& source_url,

Powered by Google App Engine
This is Rietveld 408576698