Index: ppapi/native_client/tools/browser_tester/browser_tester.py |
diff --git a/ppapi/native_client/tools/browser_tester/browser_tester.py b/ppapi/native_client/tools/browser_tester/browser_tester.py |
index 2bf3614f7efef1b2ad0fa55ee80a76fc38e498ca..513a091605c03d6fb58ce94d9ee2d4f69cf75a76 100755 |
--- a/ppapi/native_client/tools/browser_tester/browser_tester.py |
+++ b/ppapi/native_client/tools/browser_tester/browser_tester.py |
@@ -56,10 +56,6 @@ def BuildArgParser(): |
metavar='DEST SRC', |
help='Add a redirect to the HTTP server, ' |
'requests for SRC will result in a redirect (302) to DEST.') |
- parser.add_option('--prefer_portable_in_manifest', |
- dest='prefer_portable_in_manifest', |
- action='store_true', default=False, |
- help='Use portable programs in manifest if available.') |
parser.add_option('-f', '--file', dest='files', action='append', |
type='string', default=[], |
metavar='FILENAME', |