| 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 26d2031b16dc3e49735ac4a7567de6c9e0b6e9b5..2c694b849d8abc2d27a4ffeb1b578f99d2e7b2e4 100644
|
| --- a/components/gcm_driver/gcm_app_handler.cc
|
| +++ b/components/gcm_driver/gcm_app_handler.cc
|
| @@ -15,4 +15,8 @@ void GCMAppHandler::OnConnected(const net::IPEndPoint& ip_endpoint) {
|
| void GCMAppHandler::OnDisconnected() {
|
| }
|
|
|
| +bool GCMAppHandler::CanHandle(const std::string& app_id) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace gcm
|
|
|