Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1379)

Unified Diff: remoting/protocol/jingle_session_manager.cc

Issue 9860045: Address remaining nits for r129104. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/protocol/session_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « remoting/host/chromoting_host.cc ('k') | remoting/protocol/session_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698