Index: jingle/notifier/listener/push_notifications_listen_task.h |
diff --git a/jingle/notifier/listener/push_notifications_listen_task.h b/jingle/notifier/listener/push_notifications_listen_task.h |
index daf48d9b38a21085dd0ef2a9d268e209faf23f05..1af958de3f8b3848f20453282ea6be7763eba13c 100644 |
--- a/jingle/notifier/listener/push_notifications_listen_task.h |
+++ b/jingle/notifier/listener/push_notifications_listen_task.h |
@@ -45,6 +45,8 @@ class PushNotificationsListenTask : public buzz::XmppTask { |
private: |
bool IsValidNotification(const buzz::XmlElement* stanza); |
+ void ProcessMessageStanza(const buzz::XmlElement* stanza); |
+ void ProcessPingStanza(const buzz::XmlElement* stanza); |
Delegate* delegate_; |