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

Unified Diff: chrome/installer/mac/sign_versioned_dir.sh.in

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 | « chrome/browser/ui/cocoa/notifications/xpc-Info.plist ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/sign_versioned_dir.sh.in
diff --git a/chrome/installer/mac/sign_versioned_dir.sh.in b/chrome/installer/mac/sign_versioned_dir.sh.in
index 251d4b26f2666e993e9f33dcbd7083a70e9c571e..e5625a6d58d7619be9db8bf571e5b8d0983a37d7 100644
--- a/chrome/installer/mac/sign_versioned_dir.sh.in
+++ b/chrome/installer/mac/sign_versioned_dir.sh.in
@@ -76,7 +76,7 @@ rm -f "${app_mode_loader_tmp}"
codesign --sign "${codesign_id}" --keychain "${codesign_keychain}" \
"${notification_service}" \
- -r="designated => identifier \"com.google.Chrome.AlertNotificationService\" \
+ -r="designated => identifier \"com.google.Chrome.framework.AlertNotificationService\" \
${requirement_suffix}"
codesign --sign "${codesign_id}" --keychain "${codesign_keychain}" \
« no previous file with comments | « chrome/browser/ui/cocoa/notifications/xpc-Info.plist ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698