cef_resource_bundle_handler_t.base

Base structure.

More...
struct cef_resource_bundle_handler_t
cef_base_ref_counted_t base;

Detailed Description

Called to retrieve a localized translation for the specified |string_id|. To provide the translation set |string| to the translation string and return true (1). To use the default translation return false (0). Include cef_pack_strings.h for a listing of valid string ID values.

Called to retrieve data for the specified scale independent |resource_id|.

Meta