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

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: Add 'remote access' to caption and desc Created 8 years, 4 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 | « chrome/test/functional/policy_test_cases.py ('k') | remoting/host/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/constants.h
diff --git a/remoting/host/constants.h b/remoting/host/constants.h
index 1737b34a4524f4bfb0254975dd849e36a36eda60..181dab20bfbaee0de3a7a8827e322d2fe3fbb01e 100644
--- a/remoting/host/constants.h
+++ b/remoting/host/constants.h
@@ -9,6 +9,11 @@
namespace remoting {
+// This is the default prefix that is prepended to ".talkgadget.google.com"
+// to form the complete talkgadget domain name. Policy settings allow admins
+// to change the prefix that is used.
+extern const char kDefaultTalkGadgetPrefix[];
+
// Known host exit codes.
// Please keep this enum in sync with:
// remoting/host/installer/mac/PrivilegedHelperTools/
« no previous file with comments | « chrome/test/functional/policy_test_cases.py ('k') | remoting/host/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698