Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: tools/testing/dart/options.dart

Issue 2920633002: Remove unused record and replay functionality. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/testing/dart/configuration.dart ('k') | tools/testing/dart/record_and_replay.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « tools/testing/dart/configuration.dart ('k') | tools/testing/dart/record_and_replay.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698