Chromium Embedded Framework (CEF)  105.3.33+gd83f874+chromium-105.0.5195.102
CefSchemeRegistrar Class Referenceabstract

Class that manages custom scheme registrations. More...

#include "include/cef_scheme.h"

Inheritance diagram for CefSchemeRegistrar:
CefBaseScoped

Public Member Functions

virtual bool AddCustomScheme (const CefString &scheme_name, int options)=0
 Register a custom scheme. More...
 
- Public Member Functions inherited from CefBaseScoped
virtual ~CefBaseScoped ()
 

Detailed Description

Class that manages custom scheme registrations.

Member Function Documentation

◆ AddCustomScheme()

virtual bool CefSchemeRegistrar::AddCustomScheme ( const CefString scheme_name,
int  options 
)
pure virtual

Register a custom scheme.

This method should not be called for the built-in HTTP, HTTPS, FILE, FTP, ABOUT and DATA schemes.

See cef_scheme_options_t for possible values for |options|.

This function may be called on any thread. It should only be called once per unique |scheme_name| value. If |scheme_name| is already registered or if an error occurs this method will return false.


The documentation for this class was generated from the following file: