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

Unified Diff: remoting/host/win/omaha.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
« no previous file with comments | « remoting/host/usage_stats_consent_win.cc ('k') | remoting/host/win/omaha.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/omaha.h
diff --git a/remoting/client/client_config.cc b/remoting/host/win/omaha.h
similarity index 55%
copy from remoting/client/client_config.cc
copy to remoting/host/win/omaha.h
index 85de1529ac3378bb40ad5f10fc63f51cd5e08945..d2d19e52c99cc110497ef79c0db788432ad38e9e 100644
--- a/remoting/client/client_config.cc
+++ b/remoting/host/win/omaha.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/client/client_config.h"
+#ifndef REMOTING_HOST_WIN_OMAHA_H_
+#define REMOTING_HOST_WIN_OMAHA_H_
namespace remoting {
-ClientConfig::ClientConfig() {
-}
-
-ClientConfig::~ClientConfig() {
-}
+// The Omaha Appid of the host.
+extern const wchar_t kHostOmahaAppid[];
} // namespace remoting
+
+#endif // REMOTING_HOST_WIN_OMAHA_H_
« no previous file with comments | « remoting/host/usage_stats_consent_win.cc ('k') | remoting/host/win/omaha.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698