cef_browser_host_t.execute_chrome_command

Execute a Chrome command. Values for |command_id| can be found in the cef_command_ids.h file. |disposition| provides information about the intended command target. Only used with the Chrome runtime.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, int command_id, cef_window_open_disposition_t disposition) nothrow execute_chrome_command;

Meta