| Index: components/invalidation/gcm_network_channel.h
|
| diff --git a/components/invalidation/gcm_network_channel.h b/components/invalidation/gcm_network_channel.h
|
| index e9a513125ead55ff86698c2047ee4ca5af8a7db4..69c7b70cf11267a4a2b25273ac4aece1407ee95b 100644
|
| --- a/components/invalidation/gcm_network_channel.h
|
| +++ b/components/invalidation/gcm_network_channel.h
|
| @@ -93,6 +93,8 @@ class INVALIDATION_EXPORT_PRIVATE GCMNetworkChannel
|
| const std::string& token);
|
| void OnIncomingMessage(const std::string& message,
|
| const std::string& echo_token);
|
| + void OnConnectionStateChanged(
|
| + GCMNetworkChannelDelegate::ConnectionState connection_state);
|
|
|
| // Base64 encoding/decoding with URL safe alphabet.
|
| // http://tools.ietf.org/html/rfc4648#page-7
|
|
|