diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 5f561c4..96b2caf 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -7,6 +7,8 @@ #ifndef CHROME_COMMON_PREF_NAMES_H_ #define CHROME_COMMON_PREF_NAMES_H_ +#include "build/build_config.h" + namespace prefs { // Profile prefs @@ -89,6 +91,9 @@ extern const wchar_t kPrintingPageHeaderRight[]; extern const wchar_t kPrintingPageFooterLeft[]; extern const wchar_t kPrintingPageFooterCenter[]; extern const wchar_t kPrintingPageFooterRight[]; +#if defined(OS_LINUX) +extern const wchar_t kUsesSystemTheme[]; +#endif extern const wchar_t kCurrentThemeID[]; extern const wchar_t kCurrentThemeImages[]; extern const wchar_t kCurrentThemeColors[]; |