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..4c66aa7a6f1114591f214bc2a7f5d45b7836c207 100644 |
--- a/google_apis/gcm/engine/connection_factory_impl.cc |
+++ b/google_apis/gcm/engine/connection_factory_impl.cc |
@@ -280,6 +280,7 @@ 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()), |