| Index: remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
|
| ===================================================================
|
| --- remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm (revision 181302)
|
| +++ remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm (working copy)
|
| @@ -140,6 +140,8 @@
|
| [self sudoDelete:remoting::kHostHelperScriptPath usingAuth:authRef];
|
| [self sudoDelete:remoting::kHostConfigFilePath usingAuth:authRef];
|
| [self sudoDelete:remoting::kPrefPaneFilePath usingAuth:authRef];
|
| + [self sudoDelete:remoting::kLogFilePath usingAuth:authRef];
|
| + [self sudoDelete:remoting::kLogFileConfigPath usingAuth:authRef];
|
| [self sudoDelete:remoting::kBrandedUninstallerPath usingAuth:authRef];
|
| [self sudoDelete:remoting::kUnbrandedUninstallerPath usingAuth:authRef];
|
|
|
|
|