mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add NetworkService support for chrome and chrome-devtools schemes (see issue #2622).
Known behavior changes: - Unsupported chrome hosts no longer redirect to chrome://version. To test: All tests pass with NetworkService disabled. WebUITest.* and V8Test.* tests pass with NetworkService enabled.
This commit is contained in:
@ -14,8 +14,9 @@
|
||||
namespace net {
|
||||
class HostResolver;
|
||||
class URLRequestJobFactoryImpl;
|
||||
}
|
||||
} // namespace net
|
||||
|
||||
class CefResourceContext;
|
||||
class CefURLRequestManager;
|
||||
|
||||
namespace scheme {
|
||||
@ -30,6 +31,7 @@ void InstallInternalProtectedHandlers(
|
||||
|
||||
// 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.
|
||||
void DidFinishLoad(CefRefPtr<CefFrame> frame, const GURL& validated_url);
|
||||
|
Reference in New Issue
Block a user