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

Unified Diff: remoting/host/host_service_win.cc

Issue 9953002: The me2me host is now configurable from the web UI on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed one or two nits. :-) Created 8 years, 9 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/elevated_controller_win.cc ('k') | remoting/host/installer/chromoting.wxs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_service_win.cc
diff --git a/remoting/host/host_service_win.cc b/remoting/host/host_service_win.cc
index ff19dff4ec0e6f813afac430be257226615f73f7..52cb90986d32249503f298808b95046fd0d8e1b3 100644
--- a/remoting/host/host_service_win.cc
+++ b/remoting/host/host_service_win.cc
@@ -34,8 +34,6 @@ using base::StringPrintf;
namespace {
-// Service name.
-const char kServiceName[] = "chromoting";
// TODO(alexeypa): investigate and migrate this over to Chrome's i18n framework.
const char kMuiStringFormat[] = "@%ls,-%d";
const char kServiceDependencies[] = "";
@@ -104,7 +102,7 @@ HostService::HostService() :
console_session_id_(kInvalidSession),
message_loop_(NULL),
run_routine_(&HostService::RunAsService),
- service_name_(ASCIIToUTF16(kServiceName)),
+ service_name_(UTF8ToUTF16(kWindowsServiceName)),
service_status_handle_(0),
shutting_down_(false),
stopped_event_(true, false) {
« no previous file with comments | « remoting/host/elevated_controller_win.cc ('k') | remoting/host/installer/chromoting.wxs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698