Index: remoting/host/branding.cc |
diff --git a/remoting/host/branding.cc b/remoting/host/branding.cc |
index 0c3f38a3ebc58c670d812fa9954267378d530a2e..e66e34c85ac0add9d94c4315b0755a44342888b1 100644 |
--- a/remoting/host/branding.cc |
+++ b/remoting/host/branding.cc |
@@ -34,6 +34,8 @@ const FilePath::CharType kConfigDir[] = |
namespace remoting { |
+const char kWindowsServiceName[] = "chromoting"; |
Sergey Ulanov
2012/03/30 07:42:35
I thin we should use something else (e.g. chrome_r
alexeypa (please no reviews)
2012/03/30 16:30:55
We will if we decide to make the official and non-
|
+ |
FilePath GetConfigDir() { |
FilePath app_data_dir; |