| Index: components/invalidation/impl/gcm_network_channel.h
|
| diff --git a/components/invalidation/impl/gcm_network_channel.h b/components/invalidation/impl/gcm_network_channel.h
|
| index cb5a206f10f7e2cff8a22640ea64a1576d9a69c8..ec40aab31cbaff7a2c94102f0734b3455e46f109 100644
|
| --- a/components/invalidation/impl/gcm_network_channel.h
|
| +++ b/components/invalidation/impl/gcm_network_channel.h
|
| @@ -94,6 +94,7 @@ class INVALIDATION_EXPORT GCMNetworkChannel
|
| void OnIncomingMessage(const std::string& message,
|
| const std::string& echo_token);
|
| void OnConnectionStateChanged(bool online);
|
| + void OnStoreReset();
|
| void UpdateGcmChannelState(bool online);
|
| void UpdateHttpChannelState(bool online);
|
|
|
|
|