summaryrefslogtreecommitdiffstats
path: root/remoting/host/continue_window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/continue_window.cc')
-rw-r--r--remoting/host/continue_window.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/host/continue_window.cc b/remoting/host/continue_window.cc
index abea5cf..35a7f90 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() {