diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index c2fd03e..9e13585 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -881,6 +881,9 @@ const wchar_t kCloudPrintXMPPAuthToken[] = L"cloud_print.xmpp_auth_token"; // The email address of the account used to authenticate with the Cloud Print // server. extern const wchar_t kCloudPrintEmail[] = L"cloud_print.email"; +// Settings specific to underlying print system. +extern const wchar_t kCloudPrintPrintSystemSettings[] = + L"cloud_print.print_system_settings"; // Boolean to disable proxy altogether. If true, other proxy // preferences are ignored. |