Index: remoting/host/plugin/host_script_object.h |
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h |
index a3d5bcdbcd75b5b66c8d582d86e2d37b012df2bc..e1120ec36731e701cc83005730e7c6930aace687 100644 |
--- a/remoting/host/plugin/host_script_object.h |
+++ b/remoting/host/plugin/host_script_object.h |
@@ -25,7 +25,6 @@ |
#include "remoting/host/log_to_server.h" |
#include "remoting/host/plugin/host_plugin_utils.h" |
#include "remoting/host/setup/daemon_controller.h" |
-#include "remoting/host/ui_strings.h" |
#include "remoting/jingle_glue/xmpp_signal_strategy.h" |
#include "remoting/protocol/pairing_registry.h" |
#include "third_party/npapi/bindings/npapi.h" |
@@ -302,9 +301,6 @@ class HostNPScriptObject { |
base::TimeDelta access_code_lifetime_; |
std::string client_username_; |
- // Localized strings for use by the |it2me_impl_| UI. |
- UiStrings ui_strings_; |
- |
// IT2Me Talk server configuration used by |it2me_impl_| to connect. |
XmppSignalStrategy::XmppServerConfig xmpp_server_config_; |