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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

c# - Breakout Brick Collision -