Commit d74f1ac4 authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Remove the keychain argument.

It's not used any more, and the calling script was changed
to no longer provide it.

Bug: 913074
Change-Id: I01250b226eddb40fd4d523c75f9132c97629a8be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904232
Auto-Submit: Avi Drissman <avi@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713577}
parent 45dfa799
......@@ -80,9 +80,6 @@ def create_config(config_args, development):
def main():
parser = argparse.ArgumentParser(
description='Code sign and package Chrome for channel distribution.')
parser.add_argument(
'--keychain',
help='The keychain to load the identity from. OBSOLETE AND INGORED.')
parser.add_argument(
'--identity',
required=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment