cef_app_t.base

Base structure.

More...
struct cef_app_t
cef_base_ref_counted_t base;

Detailed Description

Provides an opportunity to view and/or modify command-line arguments before processing by CEF and Chromium. The |process_type| value will be NULL for the browser process. Do not keep a reference to the cef_command_line_t object passed to this function. The cef_settings_t.command_line_args_disabled value can be used to start with an NULL command-line object. Any values specified in CefSettings that

Meta