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

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: Moving the Windows service name to a common location. 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
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;

Powered by Google App Engine
This is Rietveld 408576698