Index: remoting/host/constants.h |
diff --git a/remoting/host/constants.h b/remoting/host/constants.h |
index 1737b34a4524f4bfb0254975dd849e36a36eda60..e8042bd1e5c5b1c37f984ee6e4e39e847cd7a5e3 100644 |
--- a/remoting/host/constants.h |
+++ b/remoting/host/constants.h |
@@ -9,6 +9,11 @@ |
namespace remoting { |
+// This is the default prefix that is pre-pended to "talkgadget.google.com" |
simonmorris
2012/08/02 23:49:39
"pre-pended" -> "prepended".
"talkgadget" -> ".tal
garykac
2012/08/03 01:35:07
Done.
|
+// to form the complete talkgadget domain name. Policy settings allow admins |
+// to change the prefix that is used. |
+#define DEFAULT_TALKGADGET_PREFIX "chromoting-host" |
Mattias Nissler (ping if slow)
2012/08/03 09:05:52
other code usually prefers const char[] over #defi
garykac
2012/08/03 17:28:25
Done.
|
+ |
// Known host exit codes. |
// Please keep this enum in sync with: |
// remoting/host/installer/mac/PrivilegedHelperTools/ |