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

Unified Diff: remoting/host/continue_window.h

Issue 20985002: 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/basic_desktop_environment.cc ('k') | remoting/host/continue_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/continue_window.h
diff --git a/remoting/host/continue_window.h b/remoting/host/continue_window.h
index fb5db003d128621d53f51e358f6faba0993f7d69..4a48e16358ba7da6c22ad54e2fcfaf54ea5a411c 100644
--- a/remoting/host/continue_window.h
+++ b/remoting/host/continue_window.h
@@ -9,7 +9,6 @@
#include "base/memory/weak_ptr.h"
#include "base/timer/timer.h"
#include "remoting/host/host_window.h"
-#include "remoting/host/ui_strings.h"
namespace remoting {
@@ -29,14 +28,12 @@ class ContinueWindow : public HostWindow {
void DisconnectSession();
protected:
- explicit ContinueWindow(const UiStrings& ui_strings);
+ ContinueWindow();
// Shows and hides the UI.
virtual void ShowUi() = 0;
virtual void HideUi() = 0;
- const UiStrings& ui_strings() const { return ui_strings_; }
-
private:
// Invoked periodically to ask for the local user whether the session should
// be continued.
@@ -51,9 +48,6 @@ class ContinueWindow : public HostWindow {
// Used to ask the local user whether the session should be continued.
base::OneShotTimer<ContinueWindow> session_expired_timer_;
- // Localized UI strings.
- UiStrings ui_strings_;
-
DISALLOW_COPY_AND_ASSIGN(ContinueWindow);
};
« no previous file with comments | « remoting/host/basic_desktop_environment.cc ('k') | remoting/host/continue_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698