Chromium Code Reviews| Index: jingle/notifier/listener/push_notifications_send_update_task.h |
| diff --git a/jingle/notifier/listener/push_notifications_send_update_task.h b/jingle/notifier/listener/push_notifications_send_update_task.h |
| index 36bb3c35540ecd9b57eed8fdd3802e807998aa81..d643bc0c93430dd3b5133edbec99ff2b0d04fed7 100644 |
| --- a/jingle/notifier/listener/push_notifications_send_update_task.h |
| +++ b/jingle/notifier/listener/push_notifications_send_update_task.h |
| @@ -34,10 +34,15 @@ class PushNotificationsSendUpdateTask : public buzz::XmppTask { |
| static buzz::XmlElement* MakeUpdateMessage( |
| const Notification& notification, const buzz::Jid& to_jid_bare); |
| + static buzz::XmlElement* MakePingStanza(const Notification& notification, |
| + std::string task_id); |
|
Vitaly Buka (NO REVIEWS)
2012/10/22 20:52:53
const std::string&
gene
2012/10/22 21:44:12
Done.
|
| + |
| const Notification notification_; |
| FRIEND_TEST_ALL_PREFIXES(PushNotificationsSendUpdateTaskTest, |
| MakeUpdateMessage); |
| + FRIEND_TEST_ALL_PREFIXES(PushNotificationsSendUpdateTaskTest, |
| + MakePingStanza); |
| DISALLOW_COPY_AND_ASSIGN(PushNotificationsSendUpdateTask); |
| }; |