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

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

Issue 2274783002: Revert of [Autofill] Migrate ContentPasswordManagerDriver<-->Password{Autofill,Generation}Agent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 c03040f3f9af88393748abad17cd1d33063ad573..197fec52249fcbb17bfcade4445fcab04a5ab018 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -61,8 +61,6 @@
void BindRequest(mojom::AutofillAgentRequest request);
const mojom::AutofillDriverPtr& GetAutofillDriver();
-
- const mojom::PasswordManagerDriverPtr& GetPasswordManagerDriver();
// mojom::AutofillAgent:
void FirstUserGestureObservedInTab() override;
@@ -302,7 +300,7 @@
mojo::Binding<mojom::AutofillAgent> binding_;
- mojom::AutofillDriverPtr autofill_driver_;
+ mojom::AutofillDriverPtr mojo_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