Chromium Code Reviews| Index: components/gcm_driver/gcm_client_impl.h |
| diff --git a/components/gcm_driver/gcm_client_impl.h b/components/gcm_driver/gcm_client_impl.h |
| index 9e102154b86b20e1cbe8c7ac5d81432a36087b1f..f546cfb788900fcd525574ac0cbdfb267c5f1408 100644 |
| --- a/components/gcm_driver/gcm_client_impl.h |
| +++ b/components/gcm_driver/gcm_client_impl.h |
| @@ -118,6 +118,9 @@ class GCMClientImpl |
| void Register(const linked_ptr<RegistrationInfo>& registration_info) override; |
| void Unregister( |
| const linked_ptr<RegistrationInfo>& registration_info) override; |
| + bool ValidateRegistration( |
|
Peter Beverloo
2017/03/20 23:50:13
micro nit: ordering (one line up)
johnme
2017/03/30 18:36:38
Done.
|
| + const linked_ptr<RegistrationInfo>& registration_info, |
| + const std::string& registration_id) override; |
| void Send(const std::string& app_id, |
| const std::string& receiver_id, |
| const OutgoingMessage& message) override; |