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

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

Issue 12213059: Direct host output to a specific log file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
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];

Powered by Google App Engine
This is Rietveld 408576698