| Index: remoting/protocol/authenticator.h
|
| diff --git a/remoting/protocol/authenticator.h b/remoting/protocol/authenticator.h
|
| index f89710176e398d41198e85cb72739657192c5b18..cc05dba1e5533c7ca812d698ad60f8d4ea14d903 100644
|
| --- a/remoting/protocol/authenticator.h
|
| +++ b/remoting/protocol/authenticator.h
|
| @@ -40,7 +40,9 @@ class Authenticator {
|
| // WAITING_MESSAGE -> REJECTED
|
| // WAITING_MESSAGE -> PROCESSING_MESSAGE
|
| // After asynchronous message processing finishes:
|
| - /// PROCESSING_MESSAGE -> MESSAGE_READY
|
| + // PROCESSING_MESSAGE -> MESSAGE_READY
|
| + // PROCESSING_MESSAGE -> ACCEPTED
|
| + // PROCESSING_MESSAGE -> REJECTED
|
| // When GetNextMessage() is called:
|
| // MESSAGE_READY -> WAITING_MESSAGE
|
| // MESSAGE_READY -> ACCEPTED
|
|
|