cef_request_context_t.did_load_extension

Returns true (1) if this context was used to load the extension identified by |extension_id|. Other contexts sharing the same storage will also have access to the extension (see HasExtension). This function must be called on the browser process UI thread.

struct cef_request_context_t
extern (System)
int function(cef_request_context_t* self, const(cef_string_t)* extension_id) nothrow did_load_extension;

Meta