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

Unified Diff: remoting/host/remoting_me2me_host.cc

Issue 21059003: Localized Chromoting Host on Mac and Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 5 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/plugin/host_script_object.cc ('k') | remoting/host/remoting_me2me_host-Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/remoting_me2me_host.cc
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
index 8ee29f8a2fab97e4746eabac170fa2a1e6ee24fe..3af312364861ee8e1c456dcc9d0071d7fdcc6059 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"
@@ -583,9 +582,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)
@@ -602,8 +598,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);
« no previous file with comments | « remoting/host/plugin/host_script_object.cc ('k') | remoting/host/remoting_me2me_host-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698