Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: jingle/notifier/listener/push_client.h

Issue 11232048: Adding XMPP ping functionality to CLoudPrint. XMPP ping and timeout is controlled thorugh Service S… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added missing files Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..fd673373e201ee15c906dd8fd10b9dd3d57ef237 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 ping (with no reliability guarantees).
+ virtual void SendPing() = 0;
};
} // namespace notifier

Powered by Google App Engine
This is Rietveld 408576698