| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 7b7d3e3bb09cc8985738c476e40603ebbaee2262..408d293157e7ee3972aa9efa64470fbec40fe0f7 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -64,7 +64,6 @@
|
| #include "remoting/host/session_manager_factory.h"
|
| #include "remoting/host/signaling_connector.h"
|
| #include "remoting/host/token_validator_factory_impl.h"
|
| -#include "remoting/host/ui_strings.h"
|
| #include "remoting/host/usage_stats_consent.h"
|
| #include "remoting/jingle_glue/network_settings.h"
|
| #include "remoting/jingle_glue/xmpp_signal_strategy.h"
|
| @@ -581,9 +580,6 @@ void HostProcess::StartOnUiThread() {
|
| }
|
| #endif // defined(OS_LINUX)
|
|
|
| - // TODO(alexeypa): Localize the UI strings. See http://crbug.com/155204.
|
| - UiStrings ui_strings;
|
| -
|
| // Create a desktop environment factory appropriate to the build type &
|
| // platform.
|
| #if defined(OS_WIN)
|
| @@ -600,8 +596,7 @@ void HostProcess::StartOnUiThread() {
|
| new Me2MeDesktopEnvironmentFactory(
|
| context_->network_task_runner(),
|
| context_->input_task_runner(),
|
| - context_->ui_task_runner(),
|
| - ui_strings);
|
| + context_->ui_task_runner());
|
| #endif // !defined(OS_WIN)
|
|
|
| desktop_environment_factory_.reset(desktop_environment_factory);
|
|
|