Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3404)

Unified Diff: chrome/common/pref_names.h

Issue 150176: GTK: First draft of using native themes, partially based on evan's CL 118358. (Closed)
Patch Set: And the codereview tool is back. Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[];

Powered by Google App Engine
This is Rietveld 408576698