type ICefEndTracingCallback = interface(ICefBaseRefCounted)
Implement this interface to receive notification when tracing has completed. The functions of this interface will be called on the browser process UI thread.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_trace_capi.h">CEF source file: /include/capi/cef_trace_capi.h (cef_end_tracing_callback_t))
procedure OnEndTracingComplete(const tracingFile: ustring); |
procedure OnEndTracingComplete(const tracingFile: ustring); |
|
Called after all processes have sent their trace data. |tracing_file| is the path at which tracing data was written. The client is responsible for deleting |tracing_file|. Attributes
|