| Index: chrome/browser/background/background_contents_service.cc
|
| ===================================================================
|
| --- chrome/browser/background/background_contents_service.cc (revision 263121)
|
| +++ chrome/browser/background/background_contents_service.cc (working copy)
|
| @@ -72,7 +72,7 @@
|
| g_browser_process->notification_ui_manager();
|
| bool cancelled ALLOW_UNUSED = notification_ui_manager->CancelById(balloon_id);
|
| #if defined(ENABLE_NOTIFICATIONS)
|
| - if (cancelled && message_center::IsRichNotificationEnabled()) {
|
| + if (cancelled) {
|
| // TODO(dewittj): Add this functionality to the notification UI manager's
|
| // API.
|
| g_browser_process->message_center()->SetVisibility(
|
|
|