Chromium Code Reviews| Index: webkit/glue/p2p_transport.h |
| diff --git a/webkit/glue/p2p_transport.h b/webkit/glue/p2p_transport.h |
| index 8e77d282e6f9354f7f1798c6ce9b4d6674d4d776..886d7d2f646d6986213932d482c3289ebc2ab776 100644 |
| --- a/webkit/glue/p2p_transport.h |
| +++ b/webkit/glue/p2p_transport.h |
| @@ -8,6 +8,8 @@ |
| #include <string> |
| #include <vector> |
| +#include "base/basictypes.h" |
| + |
| namespace net { |
| class Socket; |
| } // namespace net |
| @@ -79,6 +81,9 @@ class P2PTransport { |
| // TCP ACK delay. |
| int tcp_ack_delay_ms; |
| + |
| + // Bit-mast of PP_TransportPorts values. |
|
Wez
2011/09/13 19:57:19
Typo: "mast".
Sergey Ulanov
2011/09/13 20:31:38
Done.
|
| + uint32 port_types; |
| }; |
| virtual ~P2PTransport() {} |