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

Unified Diff: google_apis/gcm/engine/connection_factory.h

Issue 213693002: [GCM] Add support for canary connection attempts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor tests Created 6 years, 9 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
Index: google_apis/gcm/engine/connection_factory.h
diff --git a/google_apis/gcm/engine/connection_factory.h b/google_apis/gcm/engine/connection_factory.h
index 298bf5e423787ecf6f3851b9d16d8196c1c29235..393d6a9ca247d32030abd1baa9170f3913f9c8b4 100644
--- a/google_apis/gcm/engine/connection_factory.h
+++ b/google_apis/gcm/engine/connection_factory.h
@@ -30,6 +30,7 @@ class GCM_EXPORT ConnectionFactory {
CLOSE_COMMAND, // Received a close command.
HEARTBEAT_FAILURE, // Heartbeat was not acknowledged in time.
SOCKET_FAILURE, // net::Socket error.
+ NETWORK_CHANGE, // NetworkChangeNotifier notified of a network change.
// Count of total number of connection reset reasons. All new reset reasons
// should be added above this line.
CONNECTION_RESET_COUNT,
« no previous file with comments | « no previous file | google_apis/gcm/engine/connection_factory_impl.h » ('j') | google_apis/gcm/engine/connection_factory_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698