diff options
Diffstat (limited to 'chrome/common/pref_names.h')
| -rw-r--r-- | chrome/common/pref_names.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index fd10825..15b2e04 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -731,6 +731,10 @@ extern const char kInManagedMode[]; extern const char kNetworkProfileWarningsLeft[]; extern const char kNetworkProfileLastWarningTime[]; +#if defined(OS_MACOSX) +extern const char kMacLeopardObsoleteInfobarLastShown[]; +#endif // defined(OS_MACOSX) + } // namespace prefs #endif // CHROME_COMMON_PREF_NAMES_H_ |
