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

Unified Diff: remoting/host/daemon_process.cc

Issue 12544020: Remote RDP sessions, rather than the console, if curtain-mode is configured. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | remoting/host/daemon_process_win.cc » ('j') | remoting/host/desktop_session_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/daemon_process.cc
diff --git a/remoting/host/daemon_process.cc b/remoting/host/daemon_process.cc
index 8c7cf67c7a6643dbc0d20e9d27d11f7d73fd8a29..057cecc22b290f4dd62826c0c594a16745362a4f 100644
--- a/remoting/host/daemon_process.cc
+++ b/remoting/host/daemon_process.cc
@@ -209,7 +209,6 @@ void DaemonProcess::CreateDesktopSession(int terminal_id,
LOG(ERROR) << "Failed to create a desktop session.";
SendToNetwork(
new ChromotingDaemonNetworkMsg_TerminalDisconnected(terminal_id));
- return;
}
// Update the expected terminal ID.
Wez 2013/03/12 01:21:11 nit: Consider updating the comment, e.g. The expec
alexeypa (please no reviews) 2013/03/12 20:21:15 Done. Also moved this up because |next_terminal_id
Wez 2013/03/13 22:30:27 Much nicer. :)
« no previous file with comments | « no previous file | remoting/host/daemon_process_win.cc » ('j') | remoting/host/desktop_session_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698