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

Unified Diff: components/invalidation/gcm_invalidation_bridge.cc

Issue 320993003: [GCM] Add app handler support for connection events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/gcm_invalidation_bridge.cc
diff --git a/components/invalidation/gcm_invalidation_bridge.cc b/components/invalidation/gcm_invalidation_bridge.cc
index 1a7f2938dcb337ef8cd852713689db373bd8fec0..ad52c3fda7cfadd655ed587bcc61f3891097bdd0 100644
--- a/components/invalidation/gcm_invalidation_bridge.cc
+++ b/components/invalidation/gcm_invalidation_bridge.cc
@@ -316,4 +316,13 @@ void GCMInvalidationBridge::OnSendError(
NOTREACHED();
}
+void GCMInvalidationBridge::OnConnected(const net::IPEndPoint& ip_endpoint) {
+ // TODO(pavely): update invalidator state.
+}
+
+void GCMInvalidationBridge::OnDisconnected() {
+ // TODO(pavely): update invalidator state.
+}
+
+
} // namespace invalidation
« no previous file with comments | « components/invalidation/gcm_invalidation_bridge.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698