| Index: remoting/host/disconnect_window.h
|
| diff --git a/remoting/host/disconnect_window.h b/remoting/host/disconnect_window.h
|
| index 434051fd9de8258829fb34f123cda24f3d8181b0..d7e6aeed1ee5c6b66b6c002117706a6e93350802 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
|
| + };
|
| +
|
| virtual ~DisconnectWindow() {}
|
|
|
| // Show the disconnect window allowing the user to shut down |host|.
|
|
|