Chromium Code Reviews| Index: remoting/protocol/jingle_session_manager.cc |
| diff --git a/remoting/protocol/jingle_session_manager.cc b/remoting/protocol/jingle_session_manager.cc |
| index 440bb9d8008e62ad01348cc86b67b99805641774..3364d3753fc5e686a35eb2822cf0d311432c4bb9 100644 |
| --- a/remoting/protocol/jingle_session_manager.cc |
| +++ b/remoting/protocol/jingle_session_manager.cc |
| @@ -157,7 +157,7 @@ bool JingleSessionManager::OnSignalStrategyIncomingStanza( |
| error = INCOMPATIBLE_PROTOCOL; |
| break; |
| - case DISABLED: |
| + case UNAVAILABLE: |
| error = HOST_IS_DISABLED; |
|
Wez
2012/03/27 20:03:01
I think HOST_IS_DISABLED needs the name changing w
Sergey Ulanov
2012/03/27 21:28:06
Done.
|
| break; |