Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 32df93a0a47fa4dac2cc792bb365e2bbfa953889..e24a98a2ef79878391e0a9b22a2a0f1961cac68b 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1956,6 +1956,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"; |