cef_get_extension_resource_callback_t.base

Base structure.

More...
struct cef_get_extension_resource_callback_t
cef_base_ref_counted_t base;

Detailed Description

Continue the request. Read the resource contents from |stream|.

Cancel the request.

Implement this structure to handle events related to browser extensions. The functions of this structure will be called on the UI thread. See

Meta