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); |
}; |