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.h | |
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.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index e38a6d3..1577741 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -680,6 +680,7 @@ extern const char kRemoteAccessHostDomain[]; extern const char kRemoteAccessHostTalkGadgetPrefix[]; extern const char kRemoteAccessHostRequireCurtain[]; extern const char kRemoteAccessHostAllowClientPairing[]; +extern const char kRemoteAccessHostAllowGnubbyAuth[]; extern const char kPrintPreviewStickySettings[]; extern const char kCloudPrintRoot[]; |