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

Unified Diff: remoting/host/branding.cc

Issue 9953002: The me2me host is now configurable from the web UI on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed one or two nits. :-) Created 8 years, 9 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
« no previous file with comments | « remoting/host/branding.h ('k') | remoting/host/elevated_controller.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/branding.cc
diff --git a/remoting/host/branding.cc b/remoting/host/branding.cc
index 0c3f38a3ebc58c670d812fa9954267378d530a2e..2e5519008a39a4ef7f50d910437a8454c1d3f0ba 100644
--- a/remoting/host/branding.cc
+++ b/remoting/host/branding.cc
@@ -34,6 +34,10 @@ const FilePath::CharType kConfigDir[] =
namespace remoting {
+#if defined(OS_WIN)
+const char kWindowsServiceName[] = "chromoting";
+#endif
+
FilePath GetConfigDir() {
FilePath app_data_dir;
« no previous file with comments | « remoting/host/branding.h ('k') | remoting/host/elevated_controller.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698