| Index: remoting/host/server_log_entry.cc
|
| diff --git a/remoting/host/server_log_entry.cc b/remoting/host/server_log_entry.cc
|
| index 8ef8e49cf00675c695b8c957e7c3654f5654afaf..58e24b5c7cd6cfbbd7bf6ccd745fd40c4d963d48 100644
|
| --- a/remoting/host/server_log_entry.cc
|
| +++ b/remoting/host/server_log_entry.cc
|
| @@ -44,7 +44,9 @@ const char kExitCodeName[] = "exit-code";
|
|
|
| const char kKeyOsName[] = "os-name";
|
|
|
| +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| const char kKeyOsVersion[] = "os-version";
|
| +#endif
|
|
|
| const char kKeyHostVersion[] = "host-version";
|
|
|
|
|