Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: components/invalidation/gcm_network_channel.h

Issue 334253006: Notify SyncNetworkChannel about GCM connection state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/invalidation/gcm_invalidation_bridge.cc ('k') | components/invalidation/gcm_network_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/invalidation/gcm_invalidation_bridge.cc ('k') | components/invalidation/gcm_network_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698