Chromium Code Reviews| 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..f8e4e6b4c1338073350fe76b59faef40ec498022 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_ERROR_CODES_H_ |
| +#define REMOTING_HOST_HOST_ERROR_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 |
|
Jamie
2012/09/14 00:07:53
Please update the referenced file to point to this
Sergey Ulanov
2012/09/14 00:11:45
Done.
|
| // 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_ERROR_CODES_H_ |