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

Unified Diff: remoting/host/disconnect_window_mac.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
Index: remoting/host/disconnect_window_mac.h
diff --git a/remoting/host/disconnect_window_mac.h b/remoting/host/disconnect_window_mac.h
index 727574f43562fd9682b15857d2783d9faf745769..206d0161235c08b57dfaff168c4ad32ac3018553 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

Powered by Google App Engine
This is Rietveld 408576698