cef_request_context_t.has_extension

Returns true (1) if this context has access to the extension identified by |extension_id|. This may not be the context that was used to load the extension (see DidLoadExtension). 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 has_extension;

Meta