| Index: google_apis/gcm/engine/connection_factory_impl.cc
|
| diff --git a/google_apis/gcm/engine/connection_factory_impl.cc b/google_apis/gcm/engine/connection_factory_impl.cc
|
| index bc5a745ea6399e20781f3467f3a19a7ea5e98fa2..c2bbbb6e882e20573ca284ae2ba2a8003612d0a9 100644
|
| --- a/google_apis/gcm/engine/connection_factory_impl.cc
|
| +++ b/google_apis/gcm/engine/connection_factory_impl.cc
|
| @@ -280,10 +280,12 @@ void ConnectionFactoryImpl::ConnectImpl() {
|
| recorder_->RecordConnectionInitiated(current_endpoint.host());
|
| int status = network_session_->proxy_service()->ResolveProxy(
|
| current_endpoint,
|
| + 0,
|
| &proxy_info_,
|
| base::Bind(&ConnectionFactoryImpl::OnProxyResolveDone,
|
| weak_ptr_factory_.GetWeakPtr()),
|
| &pac_request_,
|
| + NULL,
|
| bound_net_log_);
|
| if (status != net::ERR_IO_PENDING)
|
| OnProxyResolveDone(status);
|
|
|