| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 4b59827516630072b0d695f8ce3b940e8b1fed1b..bb419c5b397edf784648fc680079393beb344f39 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1945,6 +1945,10 @@ const char kRemoteAccessHostRequireCurtain[] =
|
| const char kRemoteAccessHostAllowClientPairing[] =
|
| "remote_access.host_allow_client_pairing";
|
|
|
| +// Whether Chrome Remote Desktop can proxy gnubby authentication traffic.
|
| +const char kRemoteAccessAllowGnubbyAuth[] =
|
| + "remote_access.host_allow_gnubby_auth";
|
| +
|
| // The last used printer and its settings.
|
| const char kPrintPreviewStickySettings[] =
|
| "printing.print_preview_sticky_settings";
|
|
|