Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1372)

Unified Diff: chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h

Issue 2047643003: DO NOT SUBMIT. Implement an XPCService for notifications. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge to use AlertNotificationService Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h
diff --git a/chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h b/chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h
index 4ed8bc38bf7f21618a80e38a5450271821038acc..d9151502bbb9c2c664cc70b181deac7398791bb4 100644
--- a/chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h
+++ b/chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h
@@ -10,7 +10,8 @@
@class NSUserNotification;
// Provides a marshallable way for storing the information related to a
-// notification response action, clicking on it, clicking on a button etc.
+// notification
+// response action, clicking on it, clicking on a button etc.
@interface NotificationResponseBuilder : NSObject
+ (NSDictionary*)buildDictionary:(NSUserNotification*)notification;

Powered by Google App Engine
This is Rietveld 408576698