Callback structure for cef_browser_host_t::RunFileDialog. The functions of this structure will be called on the browser process UI thread.
Base structure.
Called asynchronously after the file dialog is dismissed. |file_paths| will be a single value or a list of values depending on the dialog mode. If the selection was cancelled |file_paths| will be NULL.
See Implementation
Callback structure for cef_browser_host_t::RunFileDialog. The functions of this structure will be called on the browser process UI thread.