Index: remoting/host/branding.h |
diff --git a/remoting/host/branding.h b/remoting/host/branding.h |
index df447329885db55a4a986ec6872c0b6bd25110e4..e780bc3540984daa8ee0013cdb6e1f96bb5b05a0 100644 |
--- a/remoting/host/branding.h |
+++ b/remoting/host/branding.h |
@@ -9,6 +9,11 @@ |
namespace remoting { |
+#if defined(OS_WIN) |
+// Windows chromoting service name. |
+extern const char kWindowsServiceName[]; |
Wez
2012/03/30 22:11:01
Although this is currently Windows-specific, would
alexeypa (please no reviews)
2012/03/30 23:47:09
The service name on MAC is "org.chromium.chromotin
|
+#endif |
+ |
// Returns the location of the host configuration directory. |
FilePath GetConfigDir(); |