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

Unified Diff: chrome/common/pref_names.cc

Issue 820133002: Reusing names of policy keys from policy_constants.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marked the 5 "new" policies as chrome_os:42- Created 5 years, 11 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/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 1ebc053b4da863e98fa87e635d2e77b0c005ae6c..0246230e2f3c6bbd7ddee0f5e4077617edf32ae4 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1667,48 +1667,6 @@ const char kDefaultVideoCaptureDevice[] = "media.default_video_capture_Device";
// The salt used for creating random MediaSource IDs.
const char kMediaDeviceIdSalt[] = "media.device_id_salt";
-// Boolean that indicates whether to allow firewall traversal while trying to
-// establish the initial connection from the client or host.
-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";
-
-// Boolean controlling whether curtaining is required when connecting to a host.
-const char kRemoteAccessHostRequireCurtain[] =
- "remote_access.host_require_curtain";
-
-// Boolean controlling whether curtaining is required when connecting to a host.
-const char kRemoteAccessHostAllowClientPairing[] =
- "remote_access.host_allow_client_pairing";
-
-// Whether Chrome Remote Desktop can proxy gnubby authentication traffic.
-const char kRemoteAccessHostAllowGnubbyAuth[] =
- "remote_access.host_allow_gnubby_auth";
-
-// Boolean that indicates whether the Chromoting host should allow connections
-// using relay servers.
-const char kRemoteAccessHostAllowRelayedConnection[] =
- "remote_access.host_allow_relayed_connection";
-
-// 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.
-const char kRemoteAccessHostUdpPortRange[] =
- "remote_access.host_udp_port_range";
-
// The last used printer and its settings.
const char kPrintPreviewStickySettings[] =
"printing.print_preview_sticky_settings";
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/policy/policy_test_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698