| Index: remoting/host/host_exit_codes.h
|
| diff --git a/remoting/host/constants.h b/remoting/host/host_exit_codes.h
|
| similarity index 68%
|
| rename from remoting/host/constants.h
|
| rename to remoting/host/host_exit_codes.h
|
| index e2723b654c5aeb9b8654ba6cbf2e1d53a19f6547..546dbd609b7dbd36dbc4f8dd283c64d531dca388 100644
|
| --- a/remoting/host/constants.h
|
| +++ b/remoting/host/host_exit_codes.h
|
| @@ -2,17 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_HOST_CONSTANTS_H_
|
| -#define REMOTING_HOST_CONSTANTS_H_
|
| -
|
| -#include "base/compiler_specific.h"
|
| +#ifndef REMOTING_HOST_HOST_EXIT_CODES_H_
|
| +#define REMOTING_HOST_HOST_EXIT_CODES_H_
|
|
|
| namespace remoting {
|
|
|
| -// Known host exit codes.
|
| -// Please keep this enum in sync with:
|
| -// remoting/host/installer/mac/PrivilegedHelperTools/
|
| -// org.chromium.chromoting.me2me.sh
|
| +// Known host exit codes. Please keep this enum in sync with:
|
| +// remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh
|
| // and remoting/tools/me2me_virtual_host.py.
|
| enum HostExitCodes {
|
| // Error codes that don't indicate a permanent error condition.
|
| @@ -33,11 +29,6 @@ enum HostExitCodes {
|
| kMaxPermanentErrorExitCode = kLoginScreenNotSupportedExitCode
|
| };
|
|
|
| -#if defined(OS_WIN)
|
| -// The Omaha Appid of the host.
|
| -extern const wchar_t kHostOmahaAppid[];
|
| -#endif // defined(OS_WIN)
|
| -
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_CONSTANTS_H_
|
| +#endif // REMOTING_HOST_HOST_EXIT_CODES_H_
|
|
|