Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / gcm_driver / gcm_app_handler.cc
index ed00cbe..d7c66f3 100644 (file)
@@ -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;
 }