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

Unified Diff: jingle/notifier/listener/notification_defines.cc

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: 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/notification_defines.cc
diff --git a/jingle/notifier/listener/notification_defines.cc b/jingle/notifier/listener/notification_defines.cc
index 7431ea2a30af1efe0bf402ec4897dadece3d9dc8..304efaa8e9a017fc6c0ea3d820f784a4da17ded8 100644
--- a/jingle/notifier/listener/notification_defines.cc
+++ b/jingle/notifier/listener/notification_defines.cc
@@ -54,7 +54,7 @@ bool RecipientListsEqual(const RecipientList& recipients1,
return ListsEqual(recipients1, recipients2);
}
-Notification::Notification() {}
+Notification::Notification() : ping(false) {}
Notification::~Notification() {}
bool Notification::Equals(const Notification& other) const {

Powered by Google App Engine
This is Rietveld 408576698