You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 3.3202.1674.g2a991c4
This commit is contained in:
@ -52,13 +52,13 @@ uses
|
||||
type
|
||||
TCefExtensionRef = class(TCefBaseRefCountedRef, ICefExtension)
|
||||
protected
|
||||
function GetIdentifier : ustring;
|
||||
function GetPath : ustring;
|
||||
function GetManifest : ICefDictionaryValue;
|
||||
function IsSame(const that : ICefExtension) : boolean;
|
||||
function GetHandler : ICefExtensionHandler;
|
||||
function GetLoaderContext: ICefRequestContext;
|
||||
function IsLoaded : boolean;
|
||||
function GetIdentifier : ustring;
|
||||
function GetPath : ustring;
|
||||
function GetManifest : ICefDictionaryValue;
|
||||
function IsSame(const that : ICefExtension) : boolean;
|
||||
function GetHandler : ICefExtensionHandler;
|
||||
function GetLoaderContext: ICefRequestContext;
|
||||
function IsLoaded : boolean;
|
||||
procedure unload;
|
||||
|
||||
public
|
||||
|
Reference in New Issue
Block a user