| 
    Chromium Embedded Framework (CEF)
    119.1.0+g612d63a+chromium-119.0.6045.33
    
   | 
 
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.