| Index: chrome/common/pref_names.h
|
| ===================================================================
|
| --- chrome/common/pref_names.h (revision 25977)
|
| +++ chrome/common/pref_names.h (working copy)
|
| @@ -65,7 +65,7 @@
|
| extern const wchar_t kDnsPrefetchingEnabled[];
|
| extern const wchar_t kDnsStartupPrefetchList[];
|
| extern const wchar_t kDnsHostReferralList[];
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_NSS)
|
| extern const wchar_t kCertRevocationCheckingEnabled[];
|
| extern const wchar_t kSSL2Enabled[];
|
| extern const wchar_t kSSL3Enabled[];
|
| @@ -98,7 +98,7 @@
|
| extern const wchar_t kPrintingPageFooterLeft[];
|
| extern const wchar_t kPrintingPageFooterCenter[];
|
| extern const wchar_t kPrintingPageFooterRight[];
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_X11)
|
| extern const wchar_t kUsesSystemTheme[];
|
| #endif
|
| extern const wchar_t kCurrentThemeID[];
|
|
|