| Index: google_apis/gcm/engine/connection_factory.h
|
| diff --git a/google_apis/gcm/engine/connection_factory.h b/google_apis/gcm/engine/connection_factory.h
|
| index 298bf5e423787ecf6f3851b9d16d8196c1c29235..393d6a9ca247d32030abd1baa9170f3913f9c8b4 100644
|
| --- a/google_apis/gcm/engine/connection_factory.h
|
| +++ b/google_apis/gcm/engine/connection_factory.h
|
| @@ -30,6 +30,7 @@ class GCM_EXPORT ConnectionFactory {
|
| CLOSE_COMMAND, // Received a close command.
|
| HEARTBEAT_FAILURE, // Heartbeat was not acknowledged in time.
|
| SOCKET_FAILURE, // net::Socket error.
|
| + NETWORK_CHANGE, // NetworkChangeNotifier notified of a network change.
|
| // Count of total number of connection reset reasons. All new reset reasons
|
| // should be added above this line.
|
| CONNECTION_RESET_COUNT,
|
|
|