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 CefSchemeRegistrar

CefBaseScoped
   |
   +--CefSchemeRegistrar

   in cef_scheme.h

class CefSchemeRegistrar
extends CefBaseScoped

Class that manages custom scheme registrations.


Method Summary
 virtual bool AddCustomScheme( const CefString& scheme_name, int options )= 0
          Register a custom scheme.
 

Method Detail

AddCustomScheme

public virtual bool AddCustomScheme( const CefString& scheme_name, int options )= 0;
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.

 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