cef_request_context_t.get_extensions

Retrieve the list of all extensions that this context has access to (see HasExtension). |extension_ids| will be populated with the list of extension ID values. Returns true (1) on success. 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, cef_string_list_t extension_ids) nothrow get_extensions;

Meta