cef_request_context_t.get_extension

Returns the extension matching |extension_id| or NULL if no matching extension is accessible in this context (see HasExtension). This function must be called on the browser process UI thread.

struct cef_request_context_t
extern (System)
cef_extension_t* function(cef_request_context_t* self, const(cef_string_t)* extension_id) nothrow get_extension;

Meta