diff options
Diffstat (limited to 'remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm')
-rw-r--r-- | remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm | 1 |
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 eb984d1..eec5e58 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]; |