| Index: chrome/browser/profiles/profile_io_data.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_io_data.cc (revision 184663)
|
| +++ chrome/browser/profiles/profile_io_data.cc (working copy)
|
| @@ -476,8 +476,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) const {
|
| @@ -489,7 +487,7 @@
|
| context = AcquireIsolatedAppRequestContext(
|
| main_context, partition_descriptor, protocol_handler_interceptor.Pass(),
|
| blob_protocol_handler.Pass(), file_system_protocol_handler.Pass(),
|
| - developer_protocol_handler.Pass(), chrome_protocol_handler.Pass(),
|
| + chrome_protocol_handler.Pass(),
|
| chrome_devtools_protocol_handler.Pass());
|
| app_request_context_map_[partition_descriptor] = context;
|
| }
|
| @@ -606,8 +604,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) const {
|
| @@ -695,7 +691,6 @@
|
| InitializeInternal(profile_params_.get(),
|
| blob_protocol_handler.Pass(),
|
| file_system_protocol_handler.Pass(),
|
| - developer_protocol_handler.Pass(),
|
| chrome_protocol_handler.Pass(),
|
| chrome_devtools_protocol_handler.Pass());
|
|
|
|
|