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

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

Issue 317723004: [GCM] Add ConnectionListener support, and hook up to debug page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: google_apis/gcm/engine/connection_factory.cc
diff --git a/google_apis/gcm/engine/connection_factory.cc b/google_apis/gcm/engine/connection_factory.cc
index 016e1e2b89c7b7f571194620f25ff0f4516c9887..a4bffd170767f7ca2c8f44b84456fc00caea5252 100644
--- a/google_apis/gcm/engine/connection_factory.cc
+++ b/google_apis/gcm/engine/connection_factory.cc
@@ -6,6 +6,9 @@
namespace gcm {
+ConnectionFactory::ConnectionListener::ConnectionListener() {}
+ConnectionFactory::ConnectionListener::~ConnectionListener() {}
+
ConnectionFactory::ConnectionFactory() {}
ConnectionFactory::~ConnectionFactory() {}

Powered by Google App Engine
This is Rietveld 408576698