diff --git a/source/uCEFApplicationCore.pas b/source/uCEFApplicationCore.pas index 693db556..312ef2b2 100644 --- a/source/uCEFApplicationCore.pas +++ b/source/uCEFApplicationCore.pas @@ -186,7 +186,6 @@ type FMetricsRecordingOnly : boolean; FAllowFileAccessFromFiles : boolean; FAllowRunningInsecureContent : boolean; - FSupportedSchemes : TStringList; FDisableNewBrowserInfoTimeout : boolean; FDevToolsProtocolLogFile : ustring; FDeviceScaleFactor : single; @@ -534,7 +533,6 @@ type property ApiHashUniversal : ustring read GetApiHashUniversal; property ApiHashPlatform : ustring read GetApiHashPlatform; property ApiHashCommit : ustring read GetApiHashCommit; - property SupportedSchemes : TStringList read FSupportedSchemes; property LastErrorMessage : ustring read FLastErrorMessage; {$IFDEF LINUX} property XDisplay : PXDisplay read GetXDisplay; @@ -743,7 +741,6 @@ begin FForceFieldTrials := ''; FForceFieldTrialParams := ''; FBlinkSettings := ''; - FSupportedSchemes := nil; FDisableNewBrowserInfoTimeout := False; FDevToolsProtocolLogFile := ''; FForcedDeviceScaleFactor := 0; @@ -837,7 +834,6 @@ begin if (FCustomCommandLines <> nil) then FreeAndNil(FCustomCommandLines); if (FCustomCommandLineValues <> nil) then FreeAndNil(FCustomCommandLineValues); - if (FSupportedSchemes <> nil) then FreeAndNil(FSupportedSchemes); finally inherited Destroy; end; @@ -849,7 +845,6 @@ begin FCustomCommandLines := TStringList.Create; FCustomCommandLineValues := TStringList.Create; - FSupportedSchemes := TStringList.Create; end; procedure TCefApplicationCore.AddCustomCommandLine(const aCommandLine, aValue : string); diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index b543e783..e2619bfe 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 276, + "InternalVersion" : 277, "Name" : "cef4delphi_lazarus.lpk", "Version" : "90.5.4.0" }