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

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

Issue 2216463002: [Autofill] Migrate ContentPasswordManagerDriver<-->Password{Autofill,Generation}Agent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nit from Vaclav Created 4 years, 4 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/autofill_agent.h
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
index 197fec52249fcbb17bfcade4445fcab04a5ab018..c03040f3f9af88393748abad17cd1d33063ad573 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -62,6 +62,8 @@ class AutofillAgent : public content::RenderFrameObserver,
const mojom::AutofillDriverPtr& GetAutofillDriver();
+ const mojom::PasswordManagerDriverPtr& GetPasswordManagerDriver();
+
// mojom::AutofillAgent:
void FirstUserGestureObservedInTab() override;
void FillForm(int32_t id, const FormData& form) override;
@@ -300,7 +302,7 @@ class AutofillAgent : public content::RenderFrameObserver,
mojo::Binding<mojom::AutofillAgent> binding_;
- mojom::AutofillDriverPtr mojo_autofill_driver_;
+ mojom::AutofillDriverPtr autofill_driver_;
base::WeakPtrFactory<AutofillAgent> weak_ptr_factory_;
« no previous file with comments | « components/autofill/content/renderer/BUILD.gn ('k') | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698