| Index: chrome/browser/notifications/notification_platform_bridge_mac.mm
|
| diff --git a/chrome/browser/notifications/notification_platform_bridge_mac.mm b/chrome/browser/notifications/notification_platform_bridge_mac.mm
|
| index 5720e511e386967825ae5c001650636f69b73984..3cc13058b69224b052a853d9f67f8f80d53f12de 100644
|
| --- a/chrome/browser/notifications/notification_platform_bridge_mac.mm
|
| +++ b/chrome/browser/notifications/notification_platform_bridge_mac.mm
|
| @@ -46,7 +46,7 @@
|
| // notification#tag in NSUserNotification.identifier (10.9)
|
| // notification#icon in NSUserNotification.contentImage (10.9)
|
| // Site settings button is implemented as NSUserNotification's action button
|
| -// Not possible to implement:
|
| +// Not easy to implement:
|
| // -notification.requireInteraction
|
| // -The event associated to the close button
|
|
|
|
|