| Index: tools/testing/dart/options.dart
|
| diff --git a/tools/testing/dart/options.dart b/tools/testing/dart/options.dart
|
| index 9b76138ea72e92f3e81b6af83daa617c4d390e12..a25633fe7d42302a954e66d0d941a49d659b0de7 100644
|
| --- a/tools/testing/dart/options.dart
|
| +++ b/tools/testing/dart/options.dart
|
| @@ -267,10 +267,6 @@ used for browsers to connect to.''',
|
| new _Option.int(
|
| 'test_driver_error_port', 'Port for http test driver server errors.',
|
| defaultsTo: 0),
|
| - new _Option('record_to_file',
|
| - 'Records all commands to be executed and writes to a file.'),
|
| - new _Option(
|
| - 'replay_from_file', 'Replays a previously recorded list of commands.'),
|
| new _Option(
|
| 'builder_tag',
|
| '''Machine specific options that is not captured by the regular test
|
| @@ -627,8 +623,6 @@ compiler.''')
|
| dartPath: data["dart"] as String,
|
| dartPrecompiledPath: data["dart_precompiled"] as String,
|
| flutterPath: data["flutter"] as String,
|
| - recordingPath: data["record_to_file"] as String,
|
| - replayPath: data["replay_from_file"] as String,
|
| taskCount: data["tasks"] as int,
|
| timeout: data["timeout"] as int,
|
| shardCount: data["shards"] as int,
|
|
|