diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 0f6ee3f..0a5f182 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -111,6 +111,9 @@ extern const wchar_t kCurrentThemeTints[]; extern const wchar_t kCurrentThemeDisplayProperties[]; extern const wchar_t kExtensionsUIDeveloperMode[]; extern const wchar_t kCheckDefaultBrowser[]; +#if defined(OS_MACOSX) +extern const wchar_t kShowUpdatePromotionInfoBar[]; +#endif extern const wchar_t kUseCustomChromeFrame[]; extern const wchar_t kShowOmniboxSearchHint[]; extern const wchar_t kNTPPromoLineRemaining[]; |