| Index: components/gcm_driver/gcm_account_mapper.h
|
| diff --git a/components/gcm_driver/gcm_account_mapper.h b/components/gcm_driver/gcm_account_mapper.h
|
| index a8cb9d729f43897f95ced1006d4a2f5ff10896bb..39cd4dd792e3969450a73cb3d06097be6413f16f 100644
|
| --- a/components/gcm_driver/gcm_account_mapper.h
|
| +++ b/components/gcm_driver/gcm_account_mapper.h
|
| @@ -47,6 +47,7 @@ class GCMAccountMapper : public GCMAppHandler {
|
|
|
| // Implementation of GCMAppHandler:
|
| void ShutdownHandler() override;
|
| + void OnStoreReset() override;
|
| void OnMessage(const std::string& app_id,
|
| const IncomingMessage& message) override;
|
| void OnMessagesDeleted(const std::string& app_id) override;
|
|
|