| Index: tools/testing/dart/test_options.dart
|
| diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
|
| index e5b426c0db741ac41715e26e97ba7377feedf395..d803982dacf27590bf0a6ca60cb423aec557c1d4 100644
|
| --- a/tools/testing/dart/test_options.dart
|
| +++ b/tools/testing/dart/test_options.dart
|
| @@ -152,6 +152,12 @@ is 'dart file.dart' and you specify special command
|
| false,
|
| 'bool'),
|
| new _TestOptionSpecification(
|
| + 'browser',
|
| + 'Web browser to use on webdriver tests',
|
| + ['-b', '--browser'],
|
| + ['ff', 'chrome', 'safari', 'ie'],
|
| + 'chrome'),
|
| + new _TestOptionSpecification(
|
| 'flag',
|
| 'Component-specific extra flags, comma separated',
|
| ['--flag'],
|
|
|