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

Unified Diff: net/quic/quic_connection.h

Issue 340433002: Port QuicServer to Chrome network stack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments and fix blocked writers using callbacks Created 6 years, 6 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: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 35de041591a1f8096956f09d38fa41625d228261..e47f5755880dac51230a40b25e490279b4963076 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -765,6 +765,8 @@ class NET_EXPORT_PRIVATE QuicConnection
// version negotiation packet.
QuicVersionVector server_supported_versions_;
+ base::WeakPtrFactory<QuicConnection> weak_factory_;
Ryan Hamilton 2014/06/18 23:59:51 This is chrome specific, and probably shouldn't go
dmz 2014/06/19 17:46:24 Removed.
+
DISALLOW_COPY_AND_ASSIGN(QuicConnection);
};

Powered by Google App Engine
This is Rietveld 408576698