summaryrefslogtreecommitdiff
path: root/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm')
-rw-r--r--remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
index eb984d1956..eec5e5856b 100644
--- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
+++ b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
@@ -143,6 +143,7 @@ const char kKeystonePID[] = "com.google.chrome_remote_desktop";
[self sudoDelete:remoting::kPrefPaneFilePath usingAuth:authRef];
[self sudoDelete:remoting::kLogFilePath usingAuth:authRef];
[self sudoDelete:remoting::kLogFileConfigPath usingAuth:authRef];
+ [self sudoDelete:remoting::kNativeMessagingManifestPath usingAuth:authRef];
[self sudoDelete:remoting::kBrandedUninstallerPath usingAuth:authRef];
[self sudoDelete:remoting::kUnbrandedUninstallerPath usingAuth:authRef];