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

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

Issue 10310089: Make me2me_host a Mac bundle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/installer/mac/do_signing.sh ('k') | remoting/host/remoting_me2me_host-Info.plist » ('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.mm
diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
index e2e0abd98c536ad3d2fcf4fa4995752142a296ea..48f64377b9203acdd3fbe4f0f39240d80e591808 100644
--- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
+++ b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
@@ -148,7 +148,7 @@ NSString* const kKeystonePID = @"com.google.chrome_remote_desktop";
kLaunchAgentsDir, kServiceName];
[self sudoDelete:[plist UTF8String] usingAuth:authRef];
- NSString* host_binary = [NSString stringWithFormat:@"%@/%@.me2me_host",
+ NSString* host_binary = [NSString stringWithFormat:@"%@/%@.me2me_host.app",
kHelperToolsDir, kServiceName];
[self sudoDelete:[host_binary UTF8String] usingAuth:authRef];
« no previous file with comments | « remoting/host/installer/mac/do_signing.sh ('k') | remoting/host/remoting_me2me_host-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698