Chromium Embedded Framework (CEF)
115.2.0+g096e3eb+chromium-115.0.5790.13
|
Class that manages custom scheme registrations. More...
#include "include/cef_scheme.h"
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 () |
Class that manages custom scheme registrations.
|
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.