Base structure.
Return the handler for functionality specific to the browser process. This function is called on multiple threads in the browser process.
Return the handler for functionality specific to the render process. This function is called on the render process main thread.
Return the handler for resource bundle events. If cef_settings_t.pack_loading_disabled is true (1) a handler must be returned. If no handler is returned resources will be loaded from pack files. This function is called by the browser and render processes on multiple threads.
equate to command-line arguments will be set before this function is called. Be cautious when using this function to modify command-line arguments for non-browser processes as this may result in undefined behavior including crashes.
Provides an opportunity to register custom schemes. Do not keep a reference to the |registrar| object. This function is called on the main thread for each process and the registered schemes should be the same across all processes.
Implement this structure to provide handler implementations. Methods will be called by the process and/or thread indicated.