Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefEndTracingCallback

CefBaseRefCounted
   |
   +--CefEndTracingCallback

   in cef_trace.h

class CefEndTracingCallback
extends CefBaseRefCounted

Implement this interface to receive notification when tracing has completed. The methods of this class will be called on the browser process UI thread.


Method Summary
 virtual void OnEndTracingComplete( const CefString& tracing_file )= 0
          Called after all processes have sent their trace data.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

OnEndTracingComplete

public virtual void OnEndTracingComplete( const CefString& tracing_file )= 0;
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|.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt