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

Unified Diff: runtime/bin/loader.h

Issue 2146093002: Support loading dart-ext from within a package when using a package map (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: self review Created 4 years, 5 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 | runtime/bin/loader.cc » ('j') | runtime/bin/loader.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/loader.h
diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h
index 1c8f4ad99497bfc9feb152a02ba58e9f72d0c050..97e87a409a9c4298f81a604b8a81f2210410611b 100644
--- a/runtime/bin/loader.h
+++ b/runtime/bin/loader.h
@@ -84,6 +84,10 @@ class Loader {
const char* working_directory,
const char* root_script_uri);
+ // Send a request for a dart-ext: import to the service isolate.
+ void SendImportExtensionRequest(Dart_Handle url,
+ Dart_Handle library_url);
+
// Send a request from the tag handler to the service isolate.
void SendRequest(Dart_LibraryTag tag,
Dart_Handle url,
« no previous file with comments | « no previous file | runtime/bin/loader.cc » ('j') | runtime/bin/loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698