| 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 76d2832046a52061695bc70c0d5f3aa306985ad0..bab0a95d90e656c73a81057a263b685f015991ce 100644
|
| --- a/google_apis/gcm/engine/connection_factory_impl.cc
|
| +++ b/google_apis/gcm/engine/connection_factory_impl.cc
|
| @@ -457,7 +457,7 @@ int ConnectionFactoryImpl::ReconsiderProxyAfterError(int error) {
|
| }
|
|
|
| int status = network_session_->proxy_service()->ReconsiderProxyAfterError(
|
| - GetCurrentEndpoint(), &proxy_info_,
|
| + GetCurrentEndpoint(), error, &proxy_info_,
|
| base::Bind(&ConnectionFactoryImpl::OnProxyResolveDone,
|
| weak_ptr_factory_.GetWeakPtr()),
|
| &pac_request_,
|
|
|