| 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..ed00cbe1e3ffebf9ccb03f67cb34a313cd853d57 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) const {
|
| + return false;
|
| +}
|
| +
|
| } // namespace gcm
|
|
|