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

Side by Side Diff: components/autofill/content/browser/content_autofill_driver.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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_DRIVER_H_ 5 #ifndef COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_DRIVER_H_
6 #define COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_DRIVER_H_ 6 #define COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_DRIVER_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 // AutofillManager instance via which this object drives the shared Autofill 125 // AutofillManager instance via which this object drives the shared Autofill
126 // code. 126 // code.
127 std::unique_ptr<AutofillManager> autofill_manager_; 127 std::unique_ptr<AutofillManager> autofill_manager_;
128 128
129 // AutofillExternalDelegate instance that this object instantiates in the 129 // AutofillExternalDelegate instance that this object instantiates in the
130 // case where the Autofill native UI is enabled. 130 // case where the Autofill native UI is enabled.
131 AutofillExternalDelegate autofill_external_delegate_; 131 AutofillExternalDelegate autofill_external_delegate_;
132 132
133 mojo::Binding<mojom::AutofillDriver> binding_; 133 mojo::Binding<mojom::AutofillDriver> binding_;
134 134
135 mojom::AutofillAgentPtr autofill_agent_; 135 mojom::AutofillAgentPtr mojo_autofill_agent_;
136 }; 136 };
137 137
138 } // namespace autofill 138 } // namespace autofill
139 139
140 #endif // COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_DRIVER_H_ 140 #endif // COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_DRIVER_H_
OLDNEW
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/autofill/content/browser/content_autofill_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698