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

Unified Diff: remoting/host/branding.h

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
« no previous file with comments | « no previous file | remoting/host/branding.cc » ('j') | remoting/host/branding.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/branding.h
diff --git a/remoting/host/branding.h b/remoting/host/branding.h
index df447329885db55a4a986ec6872c0b6bd25110e4..234c015d412000c64e731adc76b129cb3f0e0da2 100644
--- a/remoting/host/branding.h
+++ b/remoting/host/branding.h
@@ -9,6 +9,9 @@
namespace remoting {
+// Windows chromoting service name.
+extern const char kWindowsServiceName[];
Jamie 2012/03/30 01:11:47 Should this be ifdef'd for Windows only?
alexeypa (please no reviews) 2012/03/30 16:30:55 Done.
+
// Returns the location of the host configuration directory.
FilePath GetConfigDir();
« no previous file with comments | « no previous file | remoting/host/branding.cc » ('j') | remoting/host/branding.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698