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. |