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

Unified Diff: components/gcm_driver/gcm_app_handler.cc

Issue 515763002: [GCM] Extracting GCMConnectionObserver from GCMAppHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finishing the CL on a box that compiles much faster... Created 6 years, 4 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: components/gcm_driver/gcm_app_handler.cc
diff --git a/components/gcm_driver/gcm_app_handler.cc b/components/gcm_driver/gcm_app_handler.cc
index ed00cbe1e3ffebf9ccb03f67cb34a313cd853d57..d7c66f3b0549707d5fb2554df1c87bcf1fc3bf4d 100644
--- a/components/gcm_driver/gcm_app_handler.cc
+++ b/components/gcm_driver/gcm_app_handler.cc
@@ -9,12 +9,6 @@ namespace gcm {
GCMAppHandler::GCMAppHandler() {}
GCMAppHandler::~GCMAppHandler() {}
-void GCMAppHandler::OnConnected(const net::IPEndPoint& ip_endpoint) {
-}
-
-void GCMAppHandler::OnDisconnected() {
-}
-
bool GCMAppHandler::CanHandle(const std::string& app_id) const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698