| Index: remoting/host/continue_window.cc
|
| diff --git a/remoting/host/continue_window.cc b/remoting/host/continue_window.cc
|
| index c006b4f092ab1406d1f79b0d9f14b8f1dc989567..db7d492b667954053022bcccb8759fb2ffa392ad 100644
|
| --- a/remoting/host/continue_window.cc
|
| +++ b/remoting/host/continue_window.cc
|
| @@ -4,13 +4,14 @@
|
|
|
| #include "remoting/host/continue_window.h"
|
|
|
| -namespace remoting {
|
| +// TODO(jamiewalch): Remove this file once all platforms pick up the
|
| +// localized versions from ui_strings.h
|
|
|
| +namespace remoting {
|
| const char ContinueWindow::kTitle[] = "Remoting";
|
| const char ContinueWindow::kMessage[] =
|
| "You are currently sharing this machine with another user. "
|
| "Please confirm that you want to continue sharing.";
|
| const char ContinueWindow::kDefaultButtonText[] = "Continue";
|
| const char ContinueWindow::kCancelButtonText[] = "Stop";
|
| -
|
| }
|
|
|