| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| index ffd6dd796fa944703dc79a9328108b3b474cccee..31728c1b21bce815dd8aad97d59bc7db58601bc9 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -174,10 +174,6 @@ def parse_args(args):
|
| help=("Save generated results as new baselines into the *most-specific-platform* "
|
| "directory, overwriting whatever's already there. Equivalent to "
|
| "--reset-results --add-platform-exceptions")),
|
| - # TODO(ojan): Remove once bots stop using it.
|
| - optparse.make_option(
|
| - "--no-new-test-results",
|
| - help="This doesn't do anything. TODO(ojan): Remove once bots stop using it."),
|
| optparse.make_option(
|
| "--new-test-results",
|
| action="store_true",
|
|
|