summaryrefslogtreecommitdiffstats
path: root/remoting/host/disconnect_window_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/disconnect_window_mac.h')
-rw-r--r--remoting/host/disconnect_window_mac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/disconnect_window_mac.h b/remoting/host/disconnect_window_mac.h
index fc6f9cb..7e1593f 100644
--- a/remoting/host/disconnect_window_mac.h
+++ b/remoting/host/disconnect_window_mac.h
@@ -14,7 +14,8 @@ class DisconnectWindowMac;
remoting::ChromotingHost* host_;
remoting::DisconnectWindowMac* disconnectWindow_;
NSString* username_;
- IBOutlet NSTextField* usernameField_;
+ IBOutlet NSTextField* connectedToField_;
+ IBOutlet NSButton* disconnectButton_;
}
- (IBAction)stopSharing:(id)sender;