| 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..0b8ff17bf796210cc0276b647804f62b778b2ce0 100644
|
| --- a/google_apis/gcm/engine/connection_factory_impl.h
|
| +++ b/google_apis/gcm/engine/connection_factory_impl.h
|
| @@ -183,10 +183,10 @@ class GCM_EXPORT ConnectionFactoryImpl :
|
| // client is informed of a valid connection type.
|
| bool waiting_for_network_online_;
|
|
|
| - // Whether login successfully completed after the connection was established.
|
| - // If a connection reset happens while attempting to log in, the current
|
| - // backoff entry is reused (after incrementing with a new failure).
|
| - bool logging_in_;
|
| + // Whether handshake is in progress after the connection was established. If
|
| + // a connection reset happens while attempting to complete the handshake, the
|
| + // current backoff entry is reused (after incrementing with a new failure).
|
| + bool handshake_in_progress_;
|
|
|
| // The time of the last login completion. Used for calculating whether to
|
| // restore a previous backoff entry and for measuring uptime.
|
|
|