summaryrefslogtreecommitdiffstats
path: root/remoting/host/disconnect_window_mac.h
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-02 23:49:28 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-02 23:49:28 +0000
commit1d9b0c033ee6b04ac59a6caf96f34424cdf15cd8 (patch)
treea6b49dd7153d75069531ca7d588f4b1ac4f48d3e /remoting/host/disconnect_window_mac.h
parented800c4f0b3874b219e8901bd954e64b08163c2c (diff)
downloadchromium_src-1d9b0c033ee6b04ac59a6caf96f34424cdf15cd8.zip
chromium_src-1d9b0c033ee6b04ac59a6caf96f34424cdf15cd8.tar.gz
chromium_src-1d9b0c033ee6b04ac59a6caf96f34424cdf15cd8.tar.bz2
Make Mac Chromoting Disconnect Window look good for R2L systems.
BUG=NONE TEST=Try chromoting in arabic. Review URL: http://codereview.chromium.org/8364025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/disconnect_window_mac.h')
-rw-r--r--remoting/host/disconnect_window_mac.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/remoting/host/disconnect_window_mac.h b/remoting/host/disconnect_window_mac.h
index 727574f..206d016 100644
--- a/remoting/host/disconnect_window_mac.h
+++ b/remoting/host/disconnect_window_mac.h
@@ -14,16 +14,14 @@ class DisconnectWindowMac;
@interface DisconnectWindowController : NSWindowController {
@private
remoting::ChromotingHost* host_;
- remoting::DisconnectWindowMac* disconnectWindow_;
NSString* username_;
IBOutlet NSTextField* connectedToField_;
IBOutlet NSButton* disconnectButton_;
}
-- (IBAction)stopSharing:(id)sender;
- (id)initWithHost:(remoting::ChromotingHost*)host
- window:(remoting::DisconnectWindowMac*)window
username:(NSString*)username;
+- (IBAction)stopSharing:(id)sender;
@end
// A floating window with a custom border. The custom border and background