diff options
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r-- | chrome/browser/about_flags.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 1c614ed..24cf123 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -1339,7 +1339,7 @@ const Experiment kExperiments[] = { "enable-rich-notifications", IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_NAME, IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_DESCRIPTION, - kOsWin | kOsCrOS | kOsMac, + kOsWin | kOsMac, ENABLE_DISABLE_VALUE_TYPE( message_center::switches::kEnableRichNotifications, message_center::switches::kDisableRichNotifications) |