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

Unified Diff: remoting/host/constants.h

Issue 10825149: [Chromoting] Add new Chromoting enterprise policies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename TalkGadget policy name Created 8 years, 5 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/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/

Powered by Google App Engine
This is Rietveld 408576698