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

Unified Diff: runtime/bin/extensions.h

Issue 9694045: Change lookup path for Dart native extensions shared libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix isAbsolutePath, remove trailing whitespace. Created 8 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
Index: runtime/bin/extensions.h
diff --git a/runtime/bin/extensions.h b/runtime/bin/extensions.h
index b62c7637afc1e18b8809311142cd527b99cee0e5..a233a25e5c01326d0f0c4c1d61e04dd3190dfc99 100644
--- a/runtime/bin/extensions.h
+++ b/runtime/bin/extensions.h
@@ -20,7 +20,8 @@ class Extensions {
static char* Concatenate(const char** strings);
// Platform-specific implementations.
- static void* LoadExtensionLibrary(const char* library_name);
+ static void* LoadExtensionLibrary(const char* library_path,
+ const char* extension_name);
static void* ResolveSymbol(void* lib_handle, const char* symbol);
DISALLOW_ALLOCATION();

Powered by Google App Engine
This is Rietveld 408576698