| Index: content/shell/shell_browser_context.cc
|
| ===================================================================
|
| --- content/shell/shell_browser_context.cc (revision 184663)
|
| +++ content/shell/shell_browser_context.cc (working copy)
|
| @@ -136,8 +136,6 @@
|
| scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| file_system_protocol_handler,
|
| scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| - developer_protocol_handler,
|
| - scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| chrome_protocol_handler,
|
| scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| chrome_devtools_protocol_handler) {
|
| @@ -149,7 +147,6 @@
|
| BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::FILE),
|
| blob_protocol_handler.Pass(),
|
| file_system_protocol_handler.Pass(),
|
| - developer_protocol_handler.Pass(),
|
| chrome_protocol_handler.Pass(),
|
| chrome_devtools_protocol_handler.Pass());
|
| resource_context_->set_url_request_context_getter(url_request_getter_.get());
|
| @@ -189,8 +186,6 @@
|
| scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| file_system_protocol_handler,
|
| scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| - developer_protocol_handler,
|
| - scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| chrome_protocol_handler,
|
| scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| chrome_devtools_protocol_handler) {
|
|
|