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

Unified Diff: chrome/browser/notifications/notification_platform_bridge_mac.mm

Issue 2727003002: Rename the XPC identifier use the framework bundle (Closed)
Patch Set: rename sign_versioned_dir.in too Created 3 years, 10 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/xpc-Info.plist » ('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 f708a0bd47c32a8e8c116a12a92cf636e17bcc11..29277e13da0fd4a6712a8d6530ad8a0a15d2c625 100644
--- a/chrome/browser/notifications/notification_platform_bridge_mac.mm
+++ b/chrome/browser/notifications/notification_platform_bridge_mac.mm
@@ -436,7 +436,8 @@ bool NotificationPlatformBridgeMac::VerifyNotificationData(
initWithServiceName:
[NSString
stringWithFormat:notification_constants::kAlertXPCServiceName,
- [base::mac::OuterBundle() bundleIdentifier]]]);
+ [base::mac::FrameworkBundle()
+ bundleIdentifier]]]);
xpcConnection_.get().remoteObjectInterface =
[NSXPCInterface interfaceWithProtocol:@protocol(NotificationDelivery)];
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/notifications/xpc-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698