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

Unified Diff: remoting/host/installer/mac/uninstaller/remoting_uninstaller.h

Issue 10807061: [Chromoting] Update uninstaller to facilitate testing automation. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « remoting/host/constants_mac.cc ('k') | remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/mac/uninstaller/remoting_uninstaller.h
===================================================================
--- remoting/host/installer/mac/uninstaller/remoting_uninstaller.h (revision 148248)
+++ remoting/host/installer/mac/uninstaller/remoting_uninstaller.h (working copy)
@@ -4,11 +4,9 @@
#import <Cocoa/Cocoa.h>
-@interface RemotingUninstallerAppDelegate : NSObject {
+@interface RemotingUninstaller : NSObject {
}
-- (IBAction)uninstall:(id)sender;
-- (IBAction)cancel:(id)sender;
+- (OSStatus)remotingUninstall;
-- (IBAction)handleMenuClose:(NSMenuItem*)sender;
@end
« no previous file with comments | « remoting/host/constants_mac.cc ('k') | remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698