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

Unified Diff: remoting/host/continue_window.cc

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/continue_window.h ('k') | remoting/host/continue_window_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/continue_window.cc
diff --git a/remoting/host/continue_window.cc b/remoting/host/continue_window.cc
index abea5cf97b86c3fdbcaa69cdc0c11de6f07ed040..35a7f90b554ce332bef7f211dd7cf812c14992d6 100644
--- a/remoting/host/continue_window.cc
+++ b/remoting/host/continue_window.cc
@@ -57,8 +57,7 @@ void ContinueWindow::DisconnectSession() {
client_session_control_->DisconnectSession();
}
-ContinueWindow::ContinueWindow(const UiStrings& ui_strings)
- : ui_strings_(ui_strings) {
+ContinueWindow::ContinueWindow() {
}
void ContinueWindow::OnSessionExpired() {
« no previous file with comments | « remoting/host/continue_window.h ('k') | remoting/host/continue_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698