| Index: net/url_request/url_request_filter.cc
|
| ===================================================================
|
| --- net/url_request/url_request_filter.cc (revision 235275)
|
| +++ net/url_request/url_request_filter.cc (working copy)
|
| @@ -95,9 +95,8 @@
|
| delete iter->second;
|
| hostname_handler_map_.erase(iter);
|
| // Note that we don't unregister from the URLRequest ProtocolFactory as
|
| - // this would left no protocol factory for the scheme.
|
| - // URLRequestFilter::Factory will keep forwarding the requests to the
|
| - // URLRequestInetJob.
|
| + // this would leave no protocol factory for the remaining hostname and URL
|
| + // handlers.
|
| }
|
|
|
| bool URLRequestFilter::AddUrlHandler(
|
| @@ -135,9 +134,8 @@
|
| delete iter->second;
|
| url_handler_map_.erase(iter);
|
| // Note that we don't unregister from the URLRequest ProtocolFactory as
|
| - // this would left no protocol factory for the scheme.
|
| - // URLRequestFilter::Factory will keep forwarding the requests to the
|
| - // URLRequestInetJob.
|
| + // this would leave no protocol factory for the remaining hostname and URL
|
| + // handlers.
|
| }
|
|
|
| void URLRequestFilter::ClearHandlers() {
|
|
|