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

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

Issue 2884693002: Rename the XPC identifier to use the outer bundle (Closed)
Patch Set: git diff Created 3 years, 7 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
« no previous file with comments | « chrome/browser/notifications/notification_platform_bridge_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/notifications/notification_constants_mac.mm
diff --git a/chrome/browser/ui/cocoa/notifications/notification_constants_mac.mm b/chrome/browser/ui/cocoa/notifications/notification_constants_mac.mm
index 5820264035d80ff1bdcdb11640125474c64ee80a..66db5233a90ae3c48b72a6134b0d7e1ac4cc23a0 100644
--- a/chrome/browser/ui/cocoa/notifications/notification_constants_mac.mm
+++ b/chrome/browser/ui/cocoa/notifications/notification_constants_mac.mm
@@ -20,6 +20,6 @@ NSString* const kNotificationOperation = @"notificationOperation";
NSString* const kNotificationButtonIndex = @"notificationButtonIndex";
// Name of the XPC service
-NSString* const kAlertXPCServiceName = @"%@.AlertNotificationService";
+NSString* const kAlertXPCServiceName = @"%@.framework.AlertNotificationService";
} // notification_constants
« no previous file with comments | « chrome/browser/notifications/notification_platform_bridge_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698