Chromium Code Reviews| 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) { |