Add support for Chrome 35's "protocol interceptors"
See https://codereview.chromium.org/187223003
This commit is contained in:
parent
500861d63d
commit
42b86242ea
6 changed files with 34 additions and 10 deletions
|
@ -25,7 +25,8 @@ class BrowserContext : public content::BrowserContext {
|
|||
virtual void Initialize();
|
||||
|
||||
net::URLRequestContextGetter* CreateRequestContext(
|
||||
content::ProtocolHandlerMap*);
|
||||
content::ProtocolHandlerMap* protocol_handlers,
|
||||
content::ProtocolHandlerScopedVector protocol_interceptors);
|
||||
|
||||
PrefService* prefs() { return prefs_.get(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue