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

Unified Diff: remoting/host/constants_mac.h

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/constants_mac.h
===================================================================
--- remoting/host/constants_mac.h (revision 181302)
+++ remoting/host/constants_mac.h (working copy)
@@ -46,6 +46,12 @@
// The .plist file for the Chromoting service.
extern const char kServicePlistPath[];
+// Path to the host log file
+extern const char kLogFilePath[];
+
+// Path to the log config file
+extern const char kLogFileConfigPath[];
+
// The branded and unbranded names for the uninstaller.
// This is the only file that changes names based on branding. We define both
// because we want local dev builds to be able to clean up both files.
« no previous file with comments | « no previous file | remoting/host/constants_mac.cc » ('j') | remoting/host/installer/mac/Config/org.chromium.chromoting.conf » ('J')

Powered by Google App Engine
This is Rietveld 408576698