onBeforeCommandLineProcessing

open fun onBeforeCommandLineProcessing(process_type: String, command_line: CefCommandLine)

Provides an opportunity to view and/or modify command-line arguments before processing by CEF and Chromium. The |process_type| value will be empty for the browser process. Be cautious when using this method to modify command-line arguments for non-browser processes as this may result in undefined behavior including crashes.

Parameters

process_type

type of process (empty for browser process).

command_line

values of the command line.