| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 3d38898180ee462b2824c876f5605ac65605d8f4..662918f2929ed40a970e1c2ede6071cab39fb703 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1400,6 +1400,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,
|
|
|