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

Unified Diff: components/autofill/content/renderer/password_autofill_agent.h

Issue 2869673002: Use OnceCallback on Mojo interfaces in //components/autofill (Closed)
Patch Set: rebase Created 3 years, 7 months 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/content/renderer/password_autofill_agent.h
diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
index b8f80e7f3807e64e90c32cc3fe552f6ac1fa63d0..86485be98bb702f81b222415c8469c9acbd5577f 100644
--- a/components/autofill/content/renderer/password_autofill_agent.h
+++ b/components/autofill/content/renderer/password_autofill_agent.h
@@ -59,7 +59,7 @@ class PasswordAutofillAgent : public content::RenderFrameObserver,
void AutofillUsernameAndPasswordDataReceived(
const FormsPredictionsMap& predictions) override;
void FindFocusedPasswordForm(
- const FindFocusedPasswordFormCallback& callback) override;
+ FindFocusedPasswordFormCallback callback) override;
// WebFrameClient editor related calls forwarded by AutofillAgent.
// If they return true, it indicates the event was consumed and should not

Powered by Google App Engine
This is Rietveld 408576698