cef_extension_t.base

Base structure.

More...
struct cef_extension_t
cef_base_ref_counted_t base;

Detailed Description

Returns the unique extension identifier. This is calculated based on the extension public key, if available, or on the extension path. See https://developer.chrome.com/extensions/manifest/key for details.

Returns the absolute path to the extension directory on disk. This value will be prefixed with PK_DIR_RESOURCES if a relative path was passed to

cef request context t

:LoadExtension.

Meta