| Index: chrome/common/pref_names.cc
|
| ===================================================================
|
| --- chrome/common/pref_names.cc (revision 25977)
|
| +++ chrome/common/pref_names.cc (working copy)
|
| @@ -193,9 +193,9 @@
|
| // This list is adaptively grown and pruned.
|
| extern const wchar_t kDnsHostReferralList[] = L"HostReferralList";
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_NSS)
|
| // Prefs for SSLConfigServicePref. Currently, these are only present on
|
| -// and used by Linux.
|
| +// and used by Linux and FreeBSD.
|
| extern const wchar_t kCertRevocationCheckingEnabled[] =
|
| L"ssl.rev_checking.enabled";
|
| extern const wchar_t kSSL2Enabled[] = L"ssl.ssl2.enabled";
|
| @@ -260,7 +260,7 @@
|
| const wchar_t kPrintingPageFooterLeft[] = L"printing.page.footer.left";
|
| const wchar_t kPrintingPageFooterCenter[] = L"printing.page.footer.center";
|
| const wchar_t kPrintingPageFooterRight[] = L"printing.page.footer.right";
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_X11)
|
| // GTK specific preference on whether we should match the system GTK theme.
|
| const wchar_t kUsesSystemTheme[] = L"extensions.theme.use_system";
|
| #endif
|
|
|