google chrome - How install custom pepper plugin in Chromium browser source code? -


i need build in pepper plugin in chromium source code building browser installed plugin. there possibility that?

a handful of plugins built in. since these plugins, built independently chrome , loaded dynamically rather directly linked chromium executable. function causes them loaded chromium:

https://code.google.com/p/chromium/codesearch#chromium/src/chrome/common/chrome_content_client.cc&rcl=1436599777&l=118

the nacl plugin special, since runs "in process", means loaded renderer process. eventually, support kind of plugin eliminated, best follow pattern of "out of process" plugins, run in own process, such pdf.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -