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

Unified Diff: remoting/host/disconnect_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/disconnect_window.cc
diff --git a/remoting/host/disconnect_window.cc b/remoting/host/disconnect_window.cc
index f225dc41109bbdea44d769a86358339524042251..21f16830e031eecee1a9d8e94036c521a9bc1d3a 100644
--- a/remoting/host/disconnect_window.cc
+++ b/remoting/host/disconnect_window.cc
@@ -4,8 +4,10 @@
#include "remoting/host/disconnect_window.h"
+// TODO(jamiewalch): Remove this file once all platforms pick up the
+// localized versions from ui_strings.h
+
namespace remoting {
-// TODO(garykac): These strings should be localized.
const char DisconnectWindow::kTitle[] = "Remoting";
const char DisconnectWindow::kSharingWith[] = "Sharing with: ";
const char DisconnectWindow::kDisconnectButton[] = "Disconnect";

Powered by Google App Engine
This is Rietveld 408576698