| 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" | 
|  |