cef_app_t.get_browser_process_handler

Return the handler for functionality specific to the browser process. This function is called on multiple threads in the browser process.

struct cef_app_t
extern (System)
cef_browser_process_handler_t* function(cef_app_t* self) nothrow get_browser_process_handler;

Meta