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

Unified Diff: pkg/scheduled_test/lib/src/descriptor/async_descriptor.dart

Issue 16351003: Move pub over to using the pub.dartlang.org API v2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 7 years, 6 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 | pkg/scheduled_test/lib/src/descriptor/descriptor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/scheduled_test/lib/src/descriptor/async_descriptor.dart
diff --git a/pkg/scheduled_test/lib/src/descriptor/async_descriptor.dart b/pkg/scheduled_test/lib/src/descriptor/async_descriptor.dart
index 79092dc6d70242e63f21207567b243b53877e062..e46e17bc8505ca01b9629d4587b748a8afd22121 100644
--- a/pkg/scheduled_test/lib/src/descriptor/async_descriptor.dart
+++ b/pkg/scheduled_test/lib/src/descriptor/async_descriptor.dart
@@ -33,11 +33,5 @@ class AsyncDescriptor extends Descriptor {
Future validateNow([String parent]) =>
future.then((entry) => entry.validateNow(parent));
- Stream<List<int>> load(String path) => errorStream("AsyncDescriptors don't "
- "support load().");
-
- Stream<List<int>> read() => errorStream("AsyncDescriptors don't support "
- "read().");
-
String describe() => "async descriptor";
}
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/src/descriptor/descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698