| Index: components/gcm_driver/default_gcm_app_handler.cc
|
| diff --git a/components/gcm_driver/default_gcm_app_handler.cc b/components/gcm_driver/default_gcm_app_handler.cc
|
| index f1d4fbaca28d8b4c6c01a11e824bd600948e0786..6f848ecbea489d2c19b42e4ab3ef4c34577da76c 100644
|
| --- a/components/gcm_driver/default_gcm_app_handler.cc
|
| +++ b/components/gcm_driver/default_gcm_app_handler.cc
|
| @@ -18,6 +18,10 @@ void DefaultGCMAppHandler::ShutdownHandler() {
|
| // Nothing to do.
|
| }
|
|
|
| +void DefaultGCMAppHandler::OnStoreReset() {
|
| + // Nothing to do.
|
| +}
|
| +
|
| void DefaultGCMAppHandler::OnMessage(const std::string& app_id,
|
| const IncomingMessage& message) {
|
| DVLOG(1) << "No app handler is found to route message for " << app_id;
|
|
|