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

Unified Diff: android_webview/native/aw_autofill_client.h

Issue 796493004: Remove FrameDetached and FrameWillClose listeners from AutofillAgent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix aw? 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: android_webview/native/aw_autofill_client.h
diff --git a/android_webview/native/aw_autofill_client.h b/android_webview/native/aw_autofill_client.h
index a6158fa769bc87c44c4f8c441e080da5d0aa2ea5..4f654af5b3ffe81386c7a750ca072ff1013ee7f5 100644
--- a/android_webview/native/aw_autofill_client.h
+++ b/android_webview/native/aw_autofill_client.h
@@ -68,7 +68,7 @@ class AwAutofillClient : public autofill::AutofillClient,
virtual void ScanCreditCard(const CreditCardScanCallback& callback) override;
virtual void ShowRequestAutocompleteDialog(
const autofill::FormData& form,
- const GURL& source_url,
+ content::RenderFrameHost* rfh,
const ResultCallback& callback) override;
virtual void ShowAutofillPopup(
const gfx::RectF& element_bounds,
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_client.cc » ('j') | components/autofill/content/renderer/autofill_agent.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698