| Index: remoting/protocol/session.h
|
| diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
|
| index 4809a4a72c0e1fe19be5926b7c8faa078e06f66f..6fcd2c61993cb3efdb591b71e4880993f531ed49 100644
|
| --- a/remoting/protocol/session.h
|
| +++ b/remoting/protocol/session.h
|
| @@ -68,7 +68,6 @@ class Session {
|
| const TransportRoute& route) = 0;
|
| };
|
|
|
| -
|
| Session() {}
|
| virtual ~Session() {}
|
|
|
| @@ -91,6 +90,7 @@ class Session {
|
| // share a single underlying transport channel
|
| virtual StreamChannelFactory* GetTransportChannelFactory() = 0;
|
| virtual StreamChannelFactory* GetMultiplexedChannelFactory() = 0;
|
| + virtual StreamChannelFactory* GetQuicChannelFactory() = 0;
|
|
|
| // Closes connection. Callbacks are guaranteed not to be called
|
| // after this method returns. Must be called before the object is
|
|
|