| 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 f4cc121a59938692bfcae8a96bf3a2f6756c6d60..40190db528027a9d7e4295ad42270baf93cf3a68 100644
|
| --- a/components/gcm_driver/gcm_client_impl.h
|
| +++ b/components/gcm_driver/gcm_client_impl.h
|
| @@ -283,12 +283,15 @@ class GCMClientImpl
|
| // Fires OnMessageReceived event on the delegate of this class, based on the
|
| // details in |data_message_stanza| and |message_data|.
|
| void HandleIncomingDataMessage(
|
| + const std::string& app_id,
|
| + bool was_subtype,
|
| const mcs_proto::DataMessageStanza& data_message_stanza,
|
| MessageData& message_data);
|
|
|
| - // Fires OnMessageSendError event on the delegate of this calss, based on the
|
| + // Fires OnMessageSendError event on the delegate of this class, based on the
|
| // details in |data_message_stanza| and |message_data|.
|
| void HandleIncomingSendError(
|
| + const std::string& app_id,
|
| const mcs_proto::DataMessageStanza& data_message_stanza,
|
| MessageData& message_data);
|
|
|
|
|