| Index: remoting/protocol/session.h
 | 
| diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
 | 
| index 5d0b2099ab504d8913dcbfb00ddd60164f58a4b0..fb462e0a1f0b36921fcc1122cfb3e7448e2068dc 100644
 | 
| --- a/remoting/protocol/session.h
 | 
| +++ b/remoting/protocol/session.h
 | 
| @@ -88,10 +88,6 @@ class Session {
 | 
|    // Returns Transport that can be used to create transport channels.
 | 
|    virtual Transport* GetTransport() = 0;
 | 
|  
 | 
| -  // Channel factory for QUIC-based channels. Returns nullptr when QUIC is
 | 
| -  // disabled for the session.
 | 
| -  virtual StreamChannelFactory* GetQuicChannelFactory() = 0;
 | 
| -
 | 
|    // Closes connection. Callbacks are guaranteed not to be called after this
 | 
|    // method returns. |error| specifies the error code in case when the session
 | 
|    // is being closed due to an error.
 | 
| 
 |