Chromium Code Reviews| 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..7f17cadf7cdbdae8acbb55b2e18adcb9a66e7c5e 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 conneciton_state); |
|
rlarocque
2014/06/18 16:55:25
typo: conneciton_state
pavely
2014/06/18 17:16:08
Done.
|
| // Base64 encoding/decoding with URL safe alphabet. |
| // http://tools.ietf.org/html/rfc4648#page-7 |