refactor: use upstream AutofillDriverFactory diffs (#31676)
* refactor: use upstream AutofillDriverFactory diffs Update our copy of AutofillDriver and AutofillDriverFactory to match chromium.
This commit is contained in:
parent
24b02d68a7
commit
190dd31dbc
5 changed files with 62 additions and 45 deletions
|
@ -1453,7 +1453,8 @@ bool ElectronBrowserClient::BindAssociatedReceiverFromFrame(
|
|||
mojo::ScopedInterfaceEndpointHandle* handle) {
|
||||
if (interface_name == mojom::ElectronAutofillDriver::Name_) {
|
||||
AutofillDriverFactory::BindAutofillDriver(
|
||||
mojom::ElectronAutofillDriverAssociatedRequest(std::move(*handle)),
|
||||
mojo::PendingAssociatedReceiver<mojom::ElectronAutofillDriver>(
|
||||
std::move(*handle)),
|
||||
render_frame_host);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue