Index: chrome/browser/ui/cocoa/notifications/notification_builder_mac.h |
diff --git a/chrome/browser/ui/cocoa/notifications/notification_builder_mac.h b/chrome/browser/ui/cocoa/notifications/notification_builder_mac.h |
index c9d5042b5c3d4b0651ed35e9c0d5341f88461958..9813e2373f575a796e8cb1cb13e733608385bd80 100644 |
--- a/chrome/browser/ui/cocoa/notifications/notification_builder_mac.h |
+++ b/chrome/browser/ui/cocoa/notifications/notification_builder_mac.h |
@@ -54,6 +54,7 @@ |
- (void)setNotificationId:(NSString*)notificationId; |
- (void)setProfileId:(NSString*)profileId; |
- (void)setIncognito:(BOOL)incognito; |
+- (void)setNotificationType:(NSNumber*)notificationType; |
// Returns a notification ready to be displayed out of the provided |
// |notificationData|. |