mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove the old network implementation (see issue #2622)
The `--disable-features=NetworkService` flag is no longer supported.
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
|
||||
namespace net {
|
||||
class HttpResponseHeaders;
|
||||
class URLRequest;
|
||||
} // namespace net
|
||||
|
||||
namespace blink {
|
||||
@ -46,7 +45,6 @@ class CefResponseImpl : public CefResponse {
|
||||
void SetResponseHeaders(const net::HttpResponseHeaders& headers);
|
||||
|
||||
void Set(const blink::WebURLResponse& response);
|
||||
void Set(const net::URLRequest* request);
|
||||
|
||||
void SetReadOnly(bool read_only);
|
||||
|
||||
|
Reference in New Issue
Block a user