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

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

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 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.cc
diff --git a/components/autofill/content/renderer/password_autofill_agent.cc b/components/autofill/content/renderer/password_autofill_agent.cc
index e0582de557e37afd7677c6171fa347ea3ab2a034..062823790691580d1b96b309733e65eb693cc7be 100644
--- a/components/autofill/content/renderer/password_autofill_agent.cc
+++ b/components/autofill/content/renderer/password_autofill_agent.cc
@@ -638,6 +638,7 @@ PasswordAutofillAgent::~PasswordAutofillAgent() {
}
void PasswordAutofillAgent::BindRequest(
+ const service_manager::BindSourceInfo& source_info,
mojom::PasswordAutofillAgentRequest request) {
binding_.Bind(std::move(request));
}

Powered by Google App Engine
This is Rietveld 408576698