Index: chrome/browser/chromeos/login/test/https_forwarder.py |
diff --git a/chrome/browser/chromeos/login/test/https_forwarder.py b/chrome/browser/chromeos/login/test/https_forwarder.py |
index 4470dbe02d43375a8b192683580e284d96f277f0..e68bcca41758bb7be2e3a84386fa550def9376dd 100644 |
--- a/chrome/browser/chromeos/login/test/https_forwarder.py |
+++ b/chrome/browser/chromeos/login/test/https_forwarder.py |
@@ -188,6 +188,10 @@ class ServerRunner(testserver_base.TestServerRunner): |
'only).') |
self.option_parser.add_option('--ocsp', help='Ignored (provided for' |
'compatibility only).') |
+ self.option_parser.add_option('--ocsp-date', help='Ignored (provided for' |
+ 'compatibility only).') |
+ self.option_parser.add_option('--ocsp-produced', help='Ignored (provided ' |
+ 'for compatibility only).') |
self.option_parser.add_option('--ssl-host', help='The host name that the ' |
'certificate should be issued to.') |
self.option_parser.add_option('--forward-target', help='The URL prefix to ' |