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

Unified Diff: chrome/installer/mac/dmgdiffer.sh

Issue 183713003: Remove keychain_reauthorize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/common/chrome_switches.cc ('k') | chrome/installer/mac/keystone_install.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/dmgdiffer.sh
diff --git a/chrome/installer/mac/dmgdiffer.sh b/chrome/installer/mac/dmgdiffer.sh
index e70ed3eb73bcae2b7d232bc254dfee8758cfcb8a..dbdeb9b34e858c0bd057fa1354557f5f3440d9a3 100755
--- a/chrome/installer/mac/dmgdiffer.sh
+++ b/chrome/installer/mac/dmgdiffer.sh
@@ -243,18 +243,6 @@ make_patch_fs() {
exit 13
fi
- local patch_keychain_reauthorize_dir="${patch_fs}/.keychain_reauthorize"
- if ! mkdir "${patch_keychain_reauthorize_dir}"; then
- err "could not mkdir patch_keychain_reauthorize_dir"
- exit 13
- fi
-
- if ! cp -p "${SCRIPT_DIR}/.keychain_reauthorize/${old_app_bundleid}" \
- "${patch_keychain_reauthorize_dir}/${old_app_bundleid}"; then
- err "could not copy keychain_reauthorize"
- exit 13
- fi
-
local patch_dotpatch_dir="${patch_fs}/.patch"
if ! mkdir "${patch_dotpatch_dir}"; then
err "could not mkdir patch_dotpatch_dir"
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/installer/mac/keystone_install.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698