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

Unified Diff: sdk/lib/io/file_impl.dart

Issue 1680593004: dart:developer service extension fixes (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « sdk/lib/developer/extension.dart ('k') | sdk/lib/io/io_resource_info.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/file_impl.dart
diff --git a/sdk/lib/io/file_impl.dart b/sdk/lib/io/file_impl.dart
index 5dd559c1835ee022d6afac71a9409a7a1ed414d3..0d0bc9e3a1868bd04c0be55354828e62b2b978c0 100644
--- a/sdk/lib/io/file_impl.dart
+++ b/sdk/lib/io/file_impl.dart
@@ -595,9 +595,9 @@ class _RandomAccessFile
// We need to make sure that these are always awailable from the
// observatory even if no files (or sockets for the socket ones) are
// open.
- registerExtension('__getOpenFiles',
+ registerExtension('ext.dart.io.getOpenFiles',
_FileResourceInfo.getOpenFiles);
- registerExtension('__getFileByID',
+ registerExtension('ext.dart.io.getFileByID',
_FileResourceInfo.getFileInfoMapByID);
_connectedResourceHandler = true;
}
« no previous file with comments | « sdk/lib/developer/extension.dart ('k') | sdk/lib/io/io_resource_info.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698