From 6ac6c88c110391acda07fd24590d5b4e5e073d71 Mon Sep 17 00:00:00 2001 From: "dewittj@chromium.org" Date: Mon, 1 Jul 2013 18:42:36 +0000 Subject: Remove the "Enable Rich Notifications" flag on ChromeOS. This removes the about:flags option and always uses rich notifications on ChromeOS. BUG=254719 Review URL: https://chromiumcodereview.appspot.com/18239002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209461 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/about_flags.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser') 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) -- cgit v1.1