| Index: remoting/protocol/authenticator.h
|
| diff --git a/remoting/protocol/authenticator.h b/remoting/protocol/authenticator.h
|
| index 07b8f65a853ba649ef742b3fde7f80bab8925f51..3211164723f55346377f7224127de3efdb0d8a1b 100644
|
| --- a/remoting/protocol/authenticator.h
|
| +++ b/remoting/protocol/authenticator.h
|
| @@ -114,8 +114,6 @@ class Authenticator {
|
|
|
| // Creates new authenticator for a channel. Can be called only in
|
| // the ACCEPTED state.
|
| - //
|
| - // TODO(sergeyu): Remove this method once migration to QUIC is finished.
|
| virtual scoped_ptr<ChannelAuthenticator>
|
| CreateChannelAuthenticator() const = 0;
|
| };
|
|
|