Chromium Code Reviews| Index: client/html/generated/html/frog/FileEntry.dart |
| diff --git a/client/html/generated/html/frog/FileEntry.dart b/client/html/generated/html/frog/FileEntry.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e8795a1e986c2c1d5fafb0262d0407b895525174 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/FileEntry.dart |
| @@ -0,0 +1,7 @@ |
| + |
| +class _FileEntryImpl extends _EntryImpl implements FileEntry native "*FileEntry" { |
| + |
| + void createWriter(FileWriterCallback successCallback, [ErrorCallback errorCallback = null]) native; |
| + |
| + void file(FileCallback successCallback, [ErrorCallback errorCallback = null]) native; |
| +} |