Chromium Code Reviews| Index: jingle/notifier/listener/push_client.h |
| diff --git a/jingle/notifier/listener/push_client.h b/jingle/notifier/listener/push_client.h |
| index f80f422d90febe09d1699baf0fa682d1cf54d3ee..26bea975f323581ef988adc555ab371177e89354 100644 |
| --- a/jingle/notifier/listener/push_client.h |
| +++ b/jingle/notifier/listener/push_client.h |
| @@ -50,6 +50,9 @@ class PushClient { |
| // Sends a notification (with no reliability guarantees). |
| virtual void SendNotification(const Notification& notification) = 0; |
| + |
| + // Sends a notification (with no reliability guarantees). |
|
akalin
2012/10/24 20:13:49
fix comment.
|
| + virtual void SendPing() = 0; |
| }; |
| } // namespace notifier |