| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 8b9a606f2db8e4407bb6f96bee5f2ca923244348..ad94172a3ab7769ea609366e461b91975b2ca696 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1316,7 +1316,7 @@ const Experiment kExperiments[] = {
|
| "enable-rich-notifications",
|
| IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_NAME,
|
| IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_DESCRIPTION,
|
| - kOsWin | kOsMac,
|
| + kOsWin,
|
| ENABLE_DISABLE_VALUE_TYPE(
|
| message_center::switches::kEnableRichNotifications,
|
| message_center::switches::kDisableRichNotifications)
|
|
|