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, 2 insertions, 1 deletions
diff --git a/remoting/host/continue_window.cc b/remoting/host/continue_window.cc
index 35a7f90..abea5cf 100644
--- a/remoting/host/continue_window.cc
+++ b/remoting/host/continue_window.cc
@@ -57,7 +57,8 @@ void ContinueWindow::DisconnectSession() {
client_session_control_->DisconnectSession();
}
-ContinueWindow::ContinueWindow() {
+ContinueWindow::ContinueWindow(const UiStrings& ui_strings)
+ : ui_strings_(ui_strings) {
}
void ContinueWindow::OnSessionExpired() {