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

Unified Diff: remoting/host/chromoting_host.h

Issue 7635012: Host process i18n and Linux implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 4 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 | « no previous file | remoting/host/chromoting_host.cc » ('j') | remoting/host/plugin/host_plugin_utils.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host.h
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
index bb9e80ed2df6b98a03bd9dee7d83d3641f2bc884..0b8f29677b72ad6a7c615c73e22ac38caf378c50 100644
--- a/remoting/host/chromoting_host.h
+++ b/remoting/host/chromoting_host.h
@@ -15,6 +15,7 @@
#include "remoting/host/client_session.h"
#include "remoting/host/desktop_environment.h"
#include "remoting/host/host_status_observer.h"
+#include "remoting/host/ui_strings.h"
#include "remoting/jingle_glue/jingle_thread.h"
#include "remoting/jingle_glue/signal_strategy.h"
#include "remoting/protocol/session_manager.h"
@@ -144,6 +145,8 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
// is ignored.
void PauseSession(bool pause);
+ UiStrings* ui_strings() { return &ui_strings_; }
+
private:
friend class base::RefCountedThreadSafe<ChromotingHost>;
friend class ChromotingHostTest;
@@ -239,6 +242,8 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
// shutdown. Used only while |state_| is set to kStopping.
std::vector<Task*> shutdown_tasks_;
+ UiStrings ui_strings_;
+
DISALLOW_COPY_AND_ASSIGN(ChromotingHost);
};
« no previous file with comments | « no previous file | remoting/host/chromoting_host.cc » ('j') | remoting/host/plugin/host_plugin_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698