| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index af9398cc678c752e4aad6e2d5a8c8bbabec57f6f..06dbe74237fb762a5d205bbc62cdb7999e3dc762 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1979,6 +1979,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";
|
|
|