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

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

Issue 2158463003: Initial client side implementation of the XPC service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: flag change Created 4 years, 3 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_constants_mac.h
diff --git a/chrome/browser/ui/cocoa/notifications/notification_constants_mac.h b/chrome/browser/ui/cocoa/notifications/notification_constants_mac.h
index 23ca7aa1b2693eeb1e02c0129f99c898fbc796ff..c3d2d782f5fd114f184d7c1337d19110b5fda767 100644
--- a/chrome/browser/ui/cocoa/notifications/notification_constants_mac.h
+++ b/chrome/browser/ui/cocoa/notifications/notification_constants_mac.h
@@ -17,6 +17,8 @@ extern NSString* const kNotificationType;
extern NSString* const kNotificationOperation;
extern NSString* const kNotificationButtonIndex;
+extern NSString* const kAlertXPCServiceName;
+
} // notification_constants
#endif // CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_NOTIFICATION_CONSTANTS_MAC_H_
« no previous file with comments | « chrome/browser/ui/cocoa/notifications/BUILD.gn ('k') | chrome/browser/ui/cocoa/notifications/notification_constants_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698