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

Unified Diff: mojo/dart/embedder/io/filter_patch.dart

Issue 1786473004: Rolls Dart runtime forward. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: whitespace Created 4 years, 9 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 | « mojo/dart/embedder/io/filter.cc ('k') | mojo/dart/embedder/mojo_io_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/io/filter_patch.dart
diff --git a/mojo/dart/embedder/io/filter_patch.dart b/mojo/dart/embedder/io/filter_patch.dart
index 3a321703b62045bb99d2ef8ee17f2c098c001089..a5626bb3df026af2f5c7163f146c09c72ab06801 100644
--- a/mojo/dart/embedder/io/filter_patch.dart
+++ b/mojo/dart/embedder/io/filter_patch.dart
@@ -8,8 +8,6 @@ class _FilterImpl extends NativeFieldWrapperClass1 implements _Filter {
List<int> processed({bool flush: true, bool end: false})
native "Filter_Processed";
-
- void end() native "Filter_End";
}
class _ZLibInflateFilter extends _FilterImpl {
« no previous file with comments | « mojo/dart/embedder/io/filter.cc ('k') | mojo/dart/embedder/mojo_io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698