mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 75.0.3749.0 (#645082)
This commit is contained in:
committed by
Marshall Greenblatt
parent
1beec23065
commit
879911b721
@ -71,7 +71,7 @@ class CefServerImpl : public CefServer, net::HttpServer::Delegate {
|
||||
void OnWebSocketRequest(
|
||||
int connection_id,
|
||||
const net::HttpServerRequestInfo& request_info) override;
|
||||
void OnWebSocketMessage(int connection_id, const std::string& data) override;
|
||||
void OnWebSocketMessage(int connection_id, std::string data) override;
|
||||
void OnClose(int connection_id) override;
|
||||
|
||||
void StartOnUIThread(const std::string& address, uint16 port, int backlog);
|
||||
|
Reference in New Issue
Block a user