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

Unified Diff: runtime/bin/extensions.h

Issue 2285223003: Fix native extension lookup (Closed)
Patch Set: Update test for error message change Created 4 years, 4 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 | « CHANGELOG.md ('k') | runtime/bin/extensions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/extensions.h
diff --git a/runtime/bin/extensions.h b/runtime/bin/extensions.h
index d26630363814eb93c30841a36207e334ddbac9b3..bcbcac3c7f834448bb0cc653814f8799e529ac32 100644
--- a/runtime/bin/extensions.h
+++ b/runtime/bin/extensions.h
@@ -26,6 +26,11 @@ class Extensions {
private:
static Dart_Handle GetError();
+ static void* MakePathAndResolve(const char* dir, const char* name);
+ static void* ResolveAbsPathExtension(const char* extension_path);
+ static void* ResolveExtension(const char* extensioion_directory,
+ const char* extension_name);
+
// The returned string is scope allocated.
static const char* Concatenate(const char** strings);
« no previous file with comments | « CHANGELOG.md ('k') | runtime/bin/extensions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698