Index: chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm |
diff --git a/chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm b/chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm |
index efd078525cf2d3109fc89e4982aebabea1c65bf1..c0785622f48ef1108590fca7f0804d8e72e5a012 100644 |
--- a/chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm |
+++ b/chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm |
@@ -38,9 +38,9 @@ |
newConnection.exportedInterface = |
[NSXPCInterface interfaceWithProtocol:@protocol(NotificationDelivery)]; |
[newConnection.exportedInterface |
- setClasses:[NSSet setWithObjects:[NSDictionary class], [NSImage class], |
- [NSNumber class], [NSString class], |
- nil] |
+ setClasses:[NSSet setWithObjects:[NSArray class], [NSDictionary class], |
+ [NSImage class], [NSNumber class], |
+ [NSString class], nil] |
forSelector:@selector(deliverNotification:) |
argumentIndex:0 |
ofReply:NO]; |