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

Unified Diff: remoting/host/disconnect_window.h

Issue 7669045: Make ChromotingHost::ui_strings() immutable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - 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
« no previous file with comments | « remoting/host/continue_window_linux.cc ('k') | remoting/host/disconnect_window_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/disconnect_window.h
diff --git a/remoting/host/disconnect_window.h b/remoting/host/disconnect_window.h
index 26945123365f27a3a44a3d42acd581da46c09aa5..6ceb67154810c659b6d41e0f6b0257d5a1bf8403 100644
--- a/remoting/host/disconnect_window.h
+++ b/remoting/host/disconnect_window.h
@@ -24,9 +24,6 @@ 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.
« no previous file with comments | « remoting/host/continue_window_linux.cc ('k') | remoting/host/disconnect_window_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698