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

Unified Diff: remoting/host/continue_window.cc

Issue 7635012: Host process i18n and Linux implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 4 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
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";
-
}

Powered by Google App Engine
This is Rietveld 408576698