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

Unified Diff: remoting/host/disconnect_window.h

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.h
diff --git a/remoting/host/disconnect_window.h b/remoting/host/disconnect_window.h
index 6ceb67154810c659b6d41e0f6b0257d5a1bf8403..26945123365f27a3a44a3d42acd581da46c09aa5 100644
--- a/remoting/host/disconnect_window.h
+++ b/remoting/host/disconnect_window.h
@@ -24,6 +24,9 @@ class DisconnectWindow {
static const char kDisconnectKeysWin[];
// Show the disconnect window allowing the user to shut down |host|.
+ // TODO(jamiewalch): Once all platforms are using localized strings,
+ // remove |username| from this signature (it will be substituted as
+ // appropriate at the localization stage).
virtual void Show(ChromotingHost* host, const std::string& username) = 0;
// Hide the disconnect window.

Powered by Google App Engine
This is Rietveld 408576698