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

Unified Diff: remoting/host/disconnect_window.h

Issue 7613004: Split Chromoting's Disconnect button text into 2 parts: name + hotkeys. (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 | « no previous file | remoting/host/disconnect_window.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 bf73b095e466bbbd545ad16f1c2a49824d0d9ec4..6ceb67154810c659b6d41e0f6b0257d5a1bf8403 100644
--- a/remoting/host/disconnect_window.h
+++ b/remoting/host/disconnect_window.h
@@ -19,6 +19,10 @@ class DisconnectWindow {
static const char kSharingWith[];
static const char kDisconnectButton[];
+ static const char kDisconnectKeysLinux[];
+ static const char kDisconnectKeysMac[];
+ static const char kDisconnectKeysWin[];
+
// Show the disconnect window allowing the user to shut down |host|.
virtual void Show(ChromotingHost* host, const std::string& username) = 0;
« no previous file with comments | « no previous file | remoting/host/disconnect_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698