| Index: remoting/host/server_log_entry.h
|
| diff --git a/remoting/host/server_log_entry.h b/remoting/host/server_log_entry.h
|
| index 3e8e68ba229c32560b145da9dbbc3fe82d7ae213..5aaea326d3c3b841a4c0e78116e739cf25f8fb07 100644
|
| --- a/remoting/host/server_log_entry.h
|
| +++ b/remoting/host/server_log_entry.h
|
| @@ -37,6 +37,9 @@ class ServerLogEntry {
|
| // Constructs a log entry for a heartbeat.
|
| static scoped_ptr<ServerLogEntry> MakeForHeartbeat();
|
|
|
| + // Constructs a log entry for a host status message.
|
| + static scoped_ptr<ServerLogEntry> MakeForHostStatus();
|
| +
|
| ~ServerLogEntry();
|
|
|
| // Adds fields describing the host to this log entry.
|
|
|