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

Unified Diff: chrome/browser/sync/notifier/cache_invalidation_packet_handler.h

Issue 3191024: Fixed CacheInvalidationPacketHandler crash. (Closed)
Patch Set: Fixed another use of NewCallback Created 10 years, 4 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 | « no previous file | chrome/browser/sync/notifier/cache_invalidation_packet_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/notifier/cache_invalidation_packet_handler.h
diff --git a/chrome/browser/sync/notifier/cache_invalidation_packet_handler.h b/chrome/browser/sync/notifier/cache_invalidation_packet_handler.h
index e3e89f2066065de5dfd50894f97b084bcf5c93ae..e96c897bdecedc9f924f814366b6cc3039e02125 100644
--- a/chrome/browser/sync/notifier/cache_invalidation_packet_handler.h
+++ b/chrome/browser/sync/notifier/cache_invalidation_packet_handler.h
@@ -12,6 +12,7 @@
#include <string>
#include "base/basictypes.h"
+#include "base/scoped_callback_factory.h"
#include "talk/xmpp/jid.h"
namespace buzz {
@@ -48,6 +49,9 @@ class CacheInvalidationPacketHandler {
void HandleInboundPacket(const std::string& packet);
+ base::ScopedCallbackFactory<CacheInvalidationPacketHandler>
+ scoped_callback_factory_;
+
buzz::XmppClient* xmpp_client_;
invalidation::InvalidationClient* invalidation_client_;
« no previous file with comments | « no previous file | chrome/browser/sync/notifier/cache_invalidation_packet_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698