Chromium Code Reviews| Index: jingle/notifier/listener/push_client_observer.h |
| diff --git a/jingle/notifier/listener/push_client_observer.h b/jingle/notifier/listener/push_client_observer.h |
| index d51deb290b113c64a023cb74e7f9ba02f135fdbc..cd571f4e21fb2efa6312a7b70258a9efe51480ac 100644 |
| --- a/jingle/notifier/listener/push_client_observer.h |
| +++ b/jingle/notifier/listener/push_client_observer.h |
| @@ -39,6 +39,10 @@ class PushClientObserver { |
| // Called when a notification is received. The details of the |
| // notification are in |notification|. |
| virtual void OnIncomingNotification(const Notification& notification) = 0; |
| + |
| + // Called when a ping response is received. Default implementation do |
|
akalin
2012/10/24 20:13:49
do -> does
|
| + // nothing. |
| + virtual void OnPingResponse(); |
| }; |
| } // namespace notifier |