| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 1f63833cc6dfad8ec70d0a90a631e5444dd070f8..db4262738f1e380388594ee5d1e0161229420122 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1965,6 +1965,10 @@ const char kRemoteAccessHostTalkGadgetPrefix[] =
|
| const char kRemoteAccessHostRequireCurtain[] =
|
| "remote_access.host_require_curtain";
|
|
|
| +// Boolean controlling whether curtaining is required when connecting to a host.
|
| +const char kRemoteAccessHostAllowClientPairing[] =
|
| + "remote_access.host_allow_client_pairing";
|
| +
|
| // The last used printer and its settings.
|
| const char kPrintPreviewStickySettings[] =
|
| "printing.print_preview_sticky_settings";
|
|
|