Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 5f561c479596b4d9c8e6a8c1420ffa6d89e2cff5..96b2cafd440a27afa8692a73d29931170a09268d 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) |
tony
2009/07/07 19:47:05
Nit: I would probably not bother with putting plat
|
+extern const wchar_t kUsesSystemTheme[]; |
+#endif |
extern const wchar_t kCurrentThemeID[]; |
extern const wchar_t kCurrentThemeImages[]; |
extern const wchar_t kCurrentThemeColors[]; |