Index: remoting/host/heartbeat_sender.h |
diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h |
index c30bfecc2709f0d4a85a028ba9eecb631ad3e0a5..84a6ad077c4db666646f39e7c9e126bbea11ca7f 100644 |
--- a/remoting/host/heartbeat_sender.h |
+++ b/remoting/host/heartbeat_sender.h |
@@ -48,8 +48,9 @@ class IqSender; |
// accept new connections from a client, but the rem:heartbeat xml element can |
// optionally include a rem:host-offline-reason attribute, which indicates that |
// the host cannot accept connections from the client (and might possibly be |
-// shutting down). The value of the host-offline-reason attribute can be a |
-// string from host_exit_codes.cc (i.e. "INVALID_HOST_CONFIGURATION" string). |
+// shutting down). The value of the host-offline-reason attribute can be either |
+// a string from host_exit_codes.cc (i.e. "INVALID_HOST_CONFIGURATION" string) |
+// or one of kHostOfflineReasonXxx constants (i.e. "POLICY_READ_ERROR" string). |
// |
// The sequence-id attribute of the heartbeat is a zero-based incrementally |
// increasing integer unique to each heartbeat from a single host. |