| Index: chrome/browser/notifications/message_center_notification_manager.cc | 
| diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc | 
| index 06ed30bca027efc0fe4a1f71e103415b94806ffa..da307bb49eb133bcc590b8e59f5dd7e72eb4f4d5 100644 | 
| --- a/chrome/browser/notifications/message_center_notification_manager.cc | 
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc | 
| @@ -278,7 +278,8 @@ bool MessageCenterNotificationManager::CancelAllByProfile( | 
| } | 
|  | 
| void MessageCenterNotificationManager::CancelAll() { | 
| -  message_center_->RemoveAllNotifications(/* by_user */ false); | 
| +  message_center_->RemoveAllNotifications( | 
| +      false /* by_user */, message_center::MessageCenter::RemoveType::ALL); | 
| } | 
|  | 
| //////////////////////////////////////////////////////////////////////////////// | 
|  |