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

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

Issue 2884693002: Rename the XPC identifier to use the outer bundle (Closed)
Patch Set: 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
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 4e5640b8b0d830c2aeff73f3ead6d1ba2f332d26..aa9ad17e7cbbc75d48fb53e57f799d31b58e82c9 100644
--- a/chrome/installer/mac/sign_versioned_dir.sh.in
+++ b/chrome/installer/mac/sign_versioned_dir.sh.in
@@ -114,7 +114,7 @@ rm -f "${app_mode_loader_tmp}"
codesign_with_options "${notification_service}" \
"${enforcement_flags_helpers}" \
- "com.google.Chrome.framework.AlertNotificationService"
+ "com.google.Chrome.AlertNotificationService"
Mark Mentovai 2017/05/16 18:20:08 Here too.
Miguel Garcia 2017/05/19 08:43:56 Done.
# Only sign widevine plugin if it is present in the bundle.
# ${enforcement_flags*} are meaningless for dynamic libraries.

Powered by Google App Engine
This is Rietveld 408576698