Chromium Code Reviews| Index: remoting/protocol/transport.h |
| diff --git a/remoting/protocol/transport.h b/remoting/protocol/transport.h |
| index c9f24d36fa9ed8363cb7c3a27adb2c6ca0c45f89..125c4b42830f051e0d7e0e506a51fa0b56d89c6d 100644 |
| --- a/remoting/protocol/transport.h |
| +++ b/remoting/protocol/transport.h |
| @@ -40,6 +40,7 @@ struct TransportRoute { |
| DIRECT, |
| STUN, |
| RELAY, |
| + ROUTE_TYPE_MAX = RELAY, |
| }; |
| // Helper method to get string representation of the type. |