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

Unified Diff: remoting/host/chromoting_messages.h

Issue 1061903002: Disable chromoting service on permanent errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
Index: remoting/host/chromoting_messages.h
diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
index 3a27b38d2b10131de0792d50b1d9c8d24c7a5642..03113e792e9e1282cc41e4e4575471aab38adbee 100644
--- a/remoting/host/chromoting_messages.h
+++ b/remoting/host/chromoting_messages.h
@@ -112,7 +112,8 @@ IPC_MESSAGE_CONTROL3(ChromotingNetworkDaemonMsg_ClientRouteChange,
IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_HostStarted,
std::string /* xmpp_login */)
-IPC_MESSAGE_CONTROL0(ChromotingNetworkDaemonMsg_HostShutdown)
+IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_HostShutdown,
+ int /* exit_code */)
//-----------------------------------------------------------------------------
// Chromoting messages sent from the desktop to the daemon process.

Powered by Google App Engine
This is Rietveld 408576698