| Index: google_apis/gcm/engine/connection_factory_impl.h
|
| diff --git a/google_apis/gcm/engine/connection_factory_impl.h b/google_apis/gcm/engine/connection_factory_impl.h
|
| index ff7de143dc26ab94023d4cb6a1b2091c8ba58ef8..1af8aac055f2f408c8d8e45d4b6e44589d66afdc 100644
|
| --- a/google_apis/gcm/engine/connection_factory_impl.h
|
| +++ b/google_apis/gcm/engine/connection_factory_impl.h
|
| @@ -132,9 +132,10 @@ class GCM_EXPORT ConnectionFactoryImpl :
|
| // Closes the local socket if one is present, and resets connection handler.
|
| void CloseSocket();
|
|
|
| - // Updates the GCM Network Session's HttpAuthCache with the HTTP Network
|
| - // Session's cache, if available.
|
| - void RebuildNetworkSessionAuthCache();
|
| + // Updates the GCM Network Session's with current data from HTTP Network
|
| + // Session's, if available.
|
| + // Specifically, HttpAuthCache and IsQuicEnabled are updated.
|
| + void UpdateFromHttpNetworkSession();
|
|
|
| // The tracker will maintain a list of all connection attempts with GCM,
|
| // whether they succeeded, and their duration.
|
|
|