cef_browser_process_handler_t.get_default_request_context_handler

Return the default handler for use with a new user or incognito profile (cef_request_context_t object). If null is returned the cef_request_context_t will be unmanaged (no callbacks will be executed for that cef_request_context_t). This function is currently only used with the Chrome runtime when creating new browser windows via Chrome UI.

struct cef_browser_process_handler_t
extern (System)
cef_request_context_handler_t* function(cef_browser_process_handler_t* self) nothrow get_default_request_context_handler;

Meta