Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index fec923fa3ed6a29985f515fda6e60323d7181e3a..02221ceee10b54a661893eb1fd51717f449e0cca 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1689,6 +1689,25 @@ const char kRemoteAccessHostAllowGnubbyAuth[] = |
const char kRemoteAccessHostAllowRelayedConnection[] = |
"remote_access.host_allow_relayed_connection"; |
+// Boolean controlling if local host username has to match host owner username. |
+const char kRemoteAccessHostMatchUsername[] = |
+ "remote_access.host_match_username"; |
+ |
+// String. |
+const char kRemoteAccessHostTokenUrl[] = "remote_access.host_token_url"; |
+ |
+// String. |
+const char kRemoteAccessHostTokenValidationUrl[] = |
+ "remote_access.host_token_validation_url"; |
+ |
+// String. |
+const char kRemoteAccessHostTokenValidationCertificateIssuer[] = |
+ "remote_access.host_token_validation_certificate_issuer"; |
+ |
+// String containing JSON with policy overrides for Debug builds of Chromoting. |
+const char kRemoteAccessHostDebugOverridePolicies[] = |
+ "remote_access.host_debug_override_policies"; |
+ |
// String containing the UDP port range that the Chromoting host should used |
// when connecting to clients. The port range should be in the form: |
// <min_port>-<max_port>. E.g. 12400-12409. |