Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: remoting/host/host_exit_codes.h

Issue 10913260: Cleanups in Chromoting Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698