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

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

Issue 2738053007: Activate keychain reauthorization. (Closed)
Patch Set: Split identifier for dev and canary Created 3 years, 9 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/chrome_browser_main_mac.mm ('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_app.sh.in
diff --git a/chrome/installer/mac/sign_app.sh.in b/chrome/installer/mac/sign_app.sh.in
index c5118ab23d49d3999fcb841375a0b39e7ae89ab8..bffa44f1d560da7d9b6daa2aa7d8ab29929abc5f 100644
--- a/chrome/installer/mac/sign_app.sh.in
+++ b/chrome/installer/mac/sign_app.sh.in
@@ -47,9 +47,12 @@ helper_app="${versioned_dir}/@MAC_PRODUCT_NAME@ Helper.app"
requirement_string="\
designated => \
-(identifier \"com.google.Chrome\" or identifier \"com.google.Chrome.canary\") \
+(identifier \"com.google.Chrome\" or \
+identifier \"com.google.Chrome.beta\" or \
+identifier \"com.google.Chrome.dev\" or \
+identifier \"com.google.Chrome.canary\") \
and (certificate leaf = H\"85cee8254216185620ddc8851c7a9fc4dfe120ef\" or \
-certificate leaf = H\"34f0bdf7f87d4f3a955862c351472e52250e4c2b\") \
+certificate leaf = H\"c9a99324ca3fcb23dbcc36bd5fd4f9753305130a\") \
"
enforcement_flags="restrict"
« no previous file with comments | « chrome/browser/chrome_browser_main_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698