Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 1b05dc13f1daa761c0ed67837ec198b42a536eca..8523d6ab0908bcdf990df19ef216948da91fd1ff 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1933,6 +1933,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[] = |
Sergey Ulanov
2014/01/25 02:03:33
I don't think you need this.
psj
2014/01/29 09:07:15
Same as before - other remoting policies are here.
|
+ "remote_access.host_allow_gnubby_auth"; |
+ |
// The last used printer and its settings. |
const char kPrintPreviewStickySettings[] = |
"printing.print_preview_sticky_settings"; |