cef_browser_host_t.can_execute_chrome_command

Returns true (1) if a Chrome command is supported and enabled. Values for |command_id| can be found in the cef_command_ids.h file. This function can only be called on the UI thread. Only used with the Chrome runtime.

struct cef_browser_host_t
extern (System)
int function(cef_browser_host_t* self, int command_id) nothrow can_execute_chrome_command;

Meta