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

Unified Diff: tools/testing/dart/configuration.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 | « no previous file | tools/testing/dart/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/configuration.dart
diff --git a/tools/testing/dart/configuration.dart b/tools/testing/dart/configuration.dart
index 2b41503b042d9955ad9f6503ff84fdc60bc64071..e7705788e96590bef22cd9396202e8af0ff5d8e1 100644
--- a/tools/testing/dart/configuration.dart
+++ b/tools/testing/dart/configuration.dart
@@ -58,8 +58,6 @@ class Configuration {
this.dartPath,
this.dartPrecompiledPath,
this.flutterPath,
- this.recordingPath,
- this.replayPath,
this.taskCount,
int timeout,
this.shardCount,
@@ -125,8 +123,6 @@ class Configuration {
final String dartPath;
final String dartPrecompiledPath;
final String flutterPath;
- final String recordingPath;
- final String replayPath;
final int taskCount;
final int shardCount;
« no previous file with comments | « no previous file | tools/testing/dart/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698