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

Unified Diff: components/autofill/core/browser/test_autofill_client.cc

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: components/autofill/core/browser/test_autofill_client.cc
diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
index 3b73339cb8e191be25026d576badf498bb5a20c3..aa18d1f24d03e11289f10b540f210b10128159d4 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -32,6 +32,7 @@ void TestAutofillClient::ShowAutofillSettings() {
}
void TestAutofillClient::ConfirmSaveCreditCard(
+ const AutofillDriver& autofill_driver,
Ilya Sherman 2014/11/21 18:41:53 Note: Since the value is never dereferenced, there
Pritam Nikam 2014/11/24 14:45:54 Done.
const AutofillMetrics& metric_logger,
const base::Closure& save_card_callback) {
}

Powered by Google App Engine
This is Rietveld 408576698