diff options
author | psj@chromium.org <psj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-20 13:28:14 +0000 |
---|---|---|
committer | psj@chromium.org <psj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-20 13:28:14 +0000 |
commit | 3a5b82c105248302907e2f8813823fbf00c76db5 (patch) | |
tree | 1cd67526ccf64a7a3eb54d00b11f3b189521913e /chrome/common/pref_names.cc | |
parent | d358f57009b85fb7440208afa5ba87636b491889 (diff) | |
download | chromium_src-3a5b82c105248302907e2f8813823fbf00c76db5.zip chromium_src-3a5b82c105248302907e2f8813823fbf00c76db5.tar.gz chromium_src-3a5b82c105248302907e2f8813823fbf00c76db5.tar.bz2 |
Add gnubby authentication to remoting host
The remoting host changes, including the associated policy definitions,
required to proxy gnubby traffic through a Chrome Remote Desktop
session.
BUG=134250
Review URL: https://codereview.chromium.org/138753005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index ddb145a..685ba07 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -1993,6 +1993,10 @@ const char kRemoteAccessHostRequireCurtain[] = 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"; + // The last used printer and its settings. const char kPrintPreviewStickySettings[] = "printing.print_preview_sticky_settings"; |