cef_request_handler_t.on_render_view_ready

Called on the browser process UI thread when the render view associated with |browser| is ready to receive/handle IPC messages in the render process.

struct cef_request_handler_t
extern (System)
void function(cef_request_handler_t* self, cef_browser_t* browser) nothrow on_render_view_ready;

Meta