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

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

Issue 796493004: Remove FrameDetached and FrameWillClose listeners from AutofillAgent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test and fix code Created 6 years 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 bb94d05c5b3e74bfa4b09c2bc555d26a3a3d0f6f..fc62aafd368a08e99ba43a4359e741e3018a1b5e 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -48,7 +48,7 @@ void TestAutofillClient::ScanCreditCard(
void TestAutofillClient::ShowRequestAutocompleteDialog(
const FormData& form,
- const GURL& source_url,
+ content::RenderFrameHost* rfh,
const ResultCallback& callback) {
}

Powered by Google App Engine
This is Rietveld 408576698