| Index: chrome/browser/services/gcm/push_messaging_constants.cc
|
| diff --git a/components/gcm_driver/gcm_app_handler.cc b/chrome/browser/services/gcm/push_messaging_constants.cc
|
| similarity index 50%
|
| copy from components/gcm_driver/gcm_app_handler.cc
|
| copy to chrome/browser/services/gcm/push_messaging_constants.cc
|
| index d7c66f3b0549707d5fb2554df1c87bcf1fc3bf4d..011bfa999a55b15e7d0ea2802b20481f543786fe 100644
|
| --- a/components/gcm_driver/gcm_app_handler.cc
|
| +++ b/chrome/browser/services/gcm/push_messaging_constants.cc
|
| @@ -2,15 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/gcm_driver/gcm_app_handler.h"
|
| +#include "chrome/browser/services/gcm/push_messaging_constants.h"
|
|
|
| namespace gcm {
|
|
|
| -GCMAppHandler::GCMAppHandler() {}
|
| -GCMAppHandler::~GCMAppHandler() {}
|
| -
|
| -bool GCMAppHandler::CanHandle(const std::string& app_id) const {
|
| - return false;
|
| -}
|
| +const char kPushMessagingEndpoint[] = "https://android.googleapis.com/gcm/send";
|
|
|
| } // namespace gcm
|
|
|