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

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: CR feedback 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
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..8615877b4aba497581b99f52487b8c0cde366687 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_(ASCIIToUTF16(kWindowsServiceName)),
Wez 2012/03/30 22:11:01 nit: Someone could conceivably put UTF-8 in kWindo
alexeypa (please no reviews) 2012/03/30 23:47:09 Done.
service_status_handle_(0),
shutting_down_(false),
stopped_event_(true, false) {

Powered by Google App Engine
This is Rietveld 408576698