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..9a6e6b346fd8036a0e54af9c8c1f040988b4450c 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, |
+ const std::string& task_id); |
+ |
const Notification notification_; |
FRIEND_TEST_ALL_PREFIXES(PushNotificationsSendUpdateTaskTest, |
MakeUpdateMessage); |
+ FRIEND_TEST_ALL_PREFIXES(PushNotificationsSendUpdateTaskTest, |
+ MakePingStanza); |
DISALLOW_COPY_AND_ASSIGN(PushNotificationsSendUpdateTask); |
}; |