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

Unified Diff: chrome/browser/ui/cocoa/notifications/xpc-Info.plist

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
Index: chrome/browser/ui/cocoa/notifications/xpc-Info.plist
diff --git a/chrome/browser/ui/cocoa/notifications/xpc-Info.plist b/chrome/browser/ui/cocoa/notifications/xpc-Info.plist
index 22825da263e2168abfe9eddd8ef07d7cd7e98513..cd0123eebea0ea7584c67751f076a4c7e26adee2 100644
--- a/chrome/browser/ui/cocoa/notifications/xpc-Info.plist
+++ b/chrome/browser/ui/cocoa/notifications/xpc-Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>${CHROME_BUNDLE_ID}.${EXECUTABLE_NAME}</string>
+ <string>${CHROME_BUNDLE_ID}.framework.${EXECUTABLE_NAME}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
« no previous file with comments | « chrome/browser/notifications/notification_platform_bridge_mac.mm ('k') | chrome/installer/mac/sign_versioned_dir.sh.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698