[This is preliminary documentation and is subject to change.]
The CefBrowserProcessHandler type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CefBrowserProcessHandler | Initializes a new instance of the CefBrowserProcessHandler class  | 
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the CefBrowserProcessHandler and optionally releases the managed resources  | |
|  (Inherited from  | ||
| Finalize |  (Overrides  | |
                    Serves as a hash function for a particular type. 
                  (Inherited from  | ||
| GetPrintHandler | 
            Return the handler for printing on Linux. If a print handler is not
            provided then printing will not be supported on the Linux platform.
              | |
                    Gets the   (Inherited from  | ||
                    Creates a shallow copy of the current   (Inherited from  | ||
| OnBeforeChildProcessLaunch | 
            Called before a child process is launched. Will be called on the browser
            process UI thread when launching a render process and on the browser
            process IO thread when launching a GPU or plugin process. Provides an
            opportunity to modify the child process command line. Do not keep a
            reference to |command_line| outside of this method.
              | |
| OnContextInitialized | 
            Called on the browser process UI thread immediately after the CEF context
            has been initialized.
              | |
| OnRenderProcessThreadCreated | 
            Called on the browser process IO thread after the main thread has been
            created for a new render process. Provides an opportunity to specify extra
            information that will be passed to
            CefRenderProcessHandler::OnRenderThreadCreated() in the render process. Do
            not keep a reference to |extra_info| outside of this method.
              | |
|  (Inherited from  | 
Properties
| Name | Description | |
|---|---|---|
| SyncRoot | 
See Also