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

Unified Diff: remoting/host/disconnect_window.h

Issue 8364025: Make Mac Chromoting Disconnect Window look good for R2L systems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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.xib » ('j') | remoting/host/disconnect_window_mac.mm » ('J')
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 434051fd9de8258829fb34f123cda24f3d8181b0..1d1b5c6bf49c18483d853d1b4e393db4d802589e 100644
--- a/remoting/host/disconnect_window.h
+++ b/remoting/host/disconnect_window.h
@@ -13,6 +13,11 @@ class ChromotingHost;
class DisconnectWindow {
public:
+
+ enum {
+ kMaximumConnectedNameWidthInPixels = 400
Jamie 2011/10/21 00:50:31 Can we rename this? As it is, it suggests that it'
+ };
+
virtual ~DisconnectWindow() {}
// Show the disconnect window allowing the user to shut down |host|.
« no previous file with comments | « no previous file | remoting/host/disconnect_window.xib » ('j') | remoting/host/disconnect_window_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698