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