Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 04138b1d2562b87f31d6aec902b1525ba11c4f0b..647c79350a31fd7a6d4020f3606dd843cdf57a52 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1708,6 +1708,19 @@ const char kGeolocationAccessToken[] = "geolocation.access_token"; |
const char kRemoteAccessHostFirewallTraversal[] = |
"remote_access.host_firewall_traversal"; |
+// Boolean controlling whether 2-factor auth should be required when connecting |
+// to a host (instead of a PIN). |
+const char kRemoteAccessHostRequireTwoFactor[] = |
+ "remote_access.host_require_two_factor"; |
+ |
+// String containing the domain name that hosts must belong to. If blank, then |
+// hosts can belong to any domain. |
+const char kRemoteAccessHostDomain[] = "remote_access.host_domain"; |
+ |
+// String containing the domain name of the Chromoting Directory. |
+// Used by Chromoting host and client. |
+const char kRemoteAccessHostTalkGadgetPrefix[] = |
+ "remote_access.host_talkgadget_prefix"; |
// The last used printer and its settings. |
const char kPrintPreviewStickySettings[] = |