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:
@ -11,26 +11,11 @@
|
||||
#include "content/public/browser/browser_context.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace net {
|
||||
class HostResolver;
|
||||
class URLRequestJobFactoryImpl;
|
||||
} // namespace net
|
||||
|
||||
class CefResourceContext;
|
||||
class CefURLRequestManager;
|
||||
|
||||
namespace scheme {
|
||||
|
||||
// Install the internal scheme handlers provided by Chromium that cannot be
|
||||
// overridden.
|
||||
void InstallInternalProtectedHandlers(
|
||||
net::URLRequestJobFactoryImpl* job_factory,
|
||||
CefURLRequestManager* request_manager,
|
||||
content::ProtocolHandlerMap* protocol_handlers,
|
||||
net::HostResolver* host_resolver);
|
||||
|
||||
// Register the internal scheme handlers that can be overridden.
|
||||
void RegisterInternalHandlers(CefURLRequestManager* request_manager);
|
||||
void RegisterInternalHandlers(CefResourceContext* resource_context);
|
||||
|
||||
// Used to fire any asynchronous content updates.
|
||||
|
Reference in New Issue
Block a user