| 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 4344266517002161ae4b070581f075dfaf64c3a4..76f9fa0979cc4a8956d3d59e2f392d7adbd75b82 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -22,6 +22,7 @@
|
| #include "content/public/renderer/render_frame_observer.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| +#include "services/service_manager/public/cpp/bind_source_info.h"
|
| #include "third_party/WebKit/public/web/WebInputElement.h"
|
|
|
| namespace blink {
|
| @@ -44,7 +45,8 @@ class PasswordAutofillAgent : public content::RenderFrameObserver,
|
| explicit PasswordAutofillAgent(content::RenderFrame* render_frame);
|
| ~PasswordAutofillAgent() override;
|
|
|
| - void BindRequest(mojom::PasswordAutofillAgentRequest request);
|
| + void BindRequest(const service_manager::BindSourceInfo& source_info,
|
| + mojom::PasswordAutofillAgentRequest request);
|
|
|
| void SetAutofillAgent(AutofillAgent* autofill_agent);
|
|
|
|
|