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

Unified Diff: components/password_manager/content/browser/content_password_manager_driver.h

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Name getter/setter functions properly Created 4 years, 6 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/password_manager/content/browser/content_password_manager_driver.h
diff --git a/components/password_manager/content/browser/content_password_manager_driver.h b/components/password_manager/content/browser/content_password_manager_driver.h
index 28678cb6aabfc6fe49ae8001937d9dbffb434187..ea0f9b66fd83dc60797fcb486146e492f1985f02 100644
--- a/components/password_manager/content/browser/content_password_manager_driver.h
+++ b/components/password_manager/content/browser/content_password_manager_driver.h
@@ -10,6 +10,7 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
+#include "components/autofill/content/public/interfaces/autofill_agent.mojom.h"
#include "components/autofill/core/common/password_form_field_prediction_map.h"
#include "components/autofill/core/common/password_form_generation_data.h"
#include "components/password_manager/core/browser/password_autofill_manager.h"
@@ -101,6 +102,8 @@ class ContentPasswordManagerDriver : public PasswordManagerDriver {
bool CheckChildProcessSecurityPolicy(const GURL& url,
BadMessageReason reason);
+ const autofill::mojom::AutofillAgentPtr& GetMojoAutofillAgent();
Ken Rockot(use gerrit already) 2016/07/07 04:52:32 nit: same comment - GetAutofillAgent?
leonhsl(Using Gerrit) 2016/07/07 10:56:57 Done.
+
content::RenderFrameHost* render_frame_host_;
PasswordManagerClient* client_;
PasswordGenerationManager password_generation_manager_;

Powered by Google App Engine
This is Rietveld 408576698