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

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

Issue 6881042: [Sync] Fix race condition in P2PNotifier with sending notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 8 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
« no previous file with comments | « jingle/notifier/listener/notification_defines.cc ('k') | jingle/notifier/listener/talk_mediator_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/talk_mediator.h
diff --git a/jingle/notifier/listener/talk_mediator.h b/jingle/notifier/listener/talk_mediator.h
index 7ea23b04e914d4bbd1ad3c60204f121d6025c1a0..7a6fa79f56431b84d549b8760ce2e55efaa05a47 100644
--- a/jingle/notifier/listener/talk_mediator.h
+++ b/jingle/notifier/listener/talk_mediator.h
@@ -50,7 +50,7 @@ class TalkMediator {
// Method for the owner of this object to notify peers that an update has
// occurred.
- virtual bool SendNotification(const Notification& data) = 0;
+ virtual void SendNotification(const Notification& data) = 0;
// Add a subscription to subscribe to.
virtual void AddSubscription(const Subscription& subscription) = 0;
« no previous file with comments | « jingle/notifier/listener/notification_defines.cc ('k') | jingle/notifier/listener/talk_mediator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698