| Index: ios/net/crn_http_protocol_handler.mm
|
| diff --git a/ios/net/crn_http_protocol_handler.mm b/ios/net/crn_http_protocol_handler.mm
|
| index bb9ac3b279565d8253a5c71e5f389356d34f57f7..c067305d4ee90e9d0ec34ee89f8206bcd7249a14 100644
|
| --- a/ios/net/crn_http_protocol_handler.mm
|
| +++ b/ios/net/crn_http_protocol_handler.mm
|
| @@ -663,11 +663,6 @@ void HttpProtocolHandlerCore::Start(id<CRNNetworkClientProtocol> base_client) {
|
| if (tracker_) {
|
| // Set up any clients that can operate regardless of the request
|
| PushClients(tracker_->ClientsHandlingAnyRequest());
|
| - } else {
|
| - // There was no request_group_id, so the request was from something like a
|
| - // data: or file: URL.
|
| - // Attach any global clients to the request.
|
| - PushClients(RequestTracker::GlobalClientsHandlingAnyRequest());
|
| }
|
|
|
| // Now that all of the network clients are set up, if there was an error with
|
|
|