Reputation: 13
The web page can call the c++ funtion to send infomation to my customized browser base on Chromium 88. Which file should edit in Chromium 88?
updated on 2020.11.27
I want to add a function in window.extenal, how should i do?
Upvotes: 0
Views: 210
Reputation: 40651
You can do that in bootstrapper.cc
.
That said, please keep in mind:
(I realize that that probably isn't what you wanted to hear; sorry about that. I'm just trying to help you avoid regretting earlier decisions later on. If you have considered these points before, then never mind, carry on.)
Upvotes: 1