You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 3.3282.1732.g973997f
This commit is contained in:
@@ -116,12 +116,12 @@ end;
|
||||
|
||||
function TCefResourceHandlerOwn.CanGetCookie(const cookie: PCefCookie): Boolean;
|
||||
begin
|
||||
Result := False;
|
||||
Result := True;
|
||||
end;
|
||||
|
||||
function TCefResourceHandlerOwn.CanSetCookie(const cookie: PCefCookie): Boolean;
|
||||
begin
|
||||
Result := False;
|
||||
Result := True;
|
||||
end;
|
||||
|
||||
constructor TCefResourceHandlerOwn.Create(const browser : ICefBrowser;
|
||||
|
||||
Reference in New Issue
Block a user