| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index ade3803055862b9a550d02525916273178275a24..e25c6eea5146a56e47f3faa0b7bea29837c7b10d 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1367,6 +1367,13 @@ const FeatureEntry kFeatureEntries[] = {
|
| ENABLE_DISABLE_VALUE_TYPE(switches::kEnableTranslateNewUX,
|
| switches::kDisableTranslateNewUX)},
|
| #endif
|
| +#if defined(OS_MACOSX)
|
| + {"enable-native-notifications",
|
| + IDS_NOTIFICATIONS_NATIVE_FLAG,
|
| + IDS_NOTIFICATIONS_NATIVE_FLAG_DESCRIPTION,
|
| + kOsMac,
|
| + SINGLE_VALUE_TYPE(switches::kEnableNativeNotifications)},
|
| +#endif
|
| #if defined(TOOLKIT_VIEWS)
|
| {"disable-views-rect-based-targeting", // FLAGS:RECORD_UMA
|
| IDS_FLAGS_VIEWS_RECT_BASED_TARGETING_NAME,
|
|
|