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

Unified Diff: chrome/browser/notifications/notification_platform_bridge_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 | « no previous file | chrome/browser/ui/cocoa/notifications/notification_constants_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/notification_platform_bridge_mac.mm
diff --git a/chrome/browser/notifications/notification_platform_bridge_mac.mm b/chrome/browser/notifications/notification_platform_bridge_mac.mm
index 841897dc5e4d86699ad04d85f940833bb74d44ef..cefc4a2fe18504d81691765531deeb4a6476460a 100644
--- a/chrome/browser/notifications/notification_platform_bridge_mac.mm
+++ b/chrome/browser/notifications/notification_platform_bridge_mac.mm
@@ -501,8 +501,7 @@ bool NotificationPlatformBridgeMac::VerifyNotificationData(
initWithServiceName:
[NSString
stringWithFormat:notification_constants::kAlertXPCServiceName,
- [base::mac::FrameworkBundle()
- bundleIdentifier]]]);
+ [base::mac::OuterBundle() bundleIdentifier]]]);
xpcConnection_.get().remoteObjectInterface =
[NSXPCInterface interfaceWithProtocol:@protocol(NotificationDelivery)];
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/notifications/notification_constants_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698