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

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

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: components/autofill/core/browser/autofill_manager_unittest.cc
diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc
index a74a13c851910a555d9a76cb560ed12250369c28..c1e61a799377f598b776555d7790c9aa12e7e1b9 100644
--- a/components/autofill/core/browser/autofill_manager_unittest.cc
+++ b/components/autofill/core/browser/autofill_manager_unittest.cc
@@ -2841,7 +2841,7 @@ class MockAutofillClient : public TestAutofillClient {
~MockAutofillClient() override {}
void ShowRequestAutocompleteDialog(const FormData& form,
- const GURL& source_url,
+ content::RenderFrameHost* rfh,
const ResultCallback& callback) override {
callback.Run(user_supplied_data_ ? AutocompleteResultSuccess :
AutocompleteResultErrorDisabled,

Powered by Google App Engine
This is Rietveld 408576698