| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index 4d1b8f6521a12e800e7868e972c5370fb89b9e20..feda5b98d32a42e670c9d22243e8a2396383f143 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -302,14 +302,6 @@ Note: currently only implemented for dart2js.''',
|
| 'bool'
|
| ),
|
| new _TestOptionSpecification(
|
| - 'use_browser_controller',
|
| - 'Use the new selenium replacement browser-controller.',
|
| - ['--use_browser_controller'],
|
| - [],
|
| - true,
|
| - 'bool'
|
| - ),
|
| - new _TestOptionSpecification(
|
| 'clear_safari_cache',
|
| 'Clear the safari cache (i.e., delete it).',
|
| ['--clear_safari_cache'],
|
|
|