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

Unified Diff: runtime/bin/dartutils.h

Issue 270503007: Eliminate unused url mapping parameter in dartutils (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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/dartutils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/dartutils.h
===================================================================
--- runtime/bin/dartutils.h (revision 35981)
+++ runtime/bin/dartutils.h (working copy)
@@ -113,9 +113,6 @@
static bool IsDartIOLibURL(const char* url_name);
static bool IsDartBuiltinLibURL(const char* url_name);
static bool IsHttpSchemeURL(const char* url_name);
- static Dart_Handle CanonicalizeURL(CommandLineOptions* url_mapping,
- Dart_Handle library,
- const char* url_str);
static void* OpenFile(const char* name, bool write);
static void ReadFile(const uint8_t** data, intptr_t* file_len, void* stream);
static void WriteFile(const void* buffer, intptr_t num_bytes, void* stream);
@@ -131,8 +128,7 @@
Dart_Handle builtin_lib);
static Dart_Handle LoadScriptHttp(Dart_Handle script_uri,
Dart_Handle builtin_lib);
- static Dart_Handle LoadSource(CommandLineOptions* url_mapping,
- Dart_Handle library,
+ static Dart_Handle LoadSource(Dart_Handle library,
Dart_Handle url,
Dart_LibraryTag tag,
const char* filename);
@@ -223,9 +219,6 @@
static uint8_t magic_number[];
private:
- static const char* GetCanonicalPath(const char* reference_dir,
- const char* filename);
-
DISALLOW_ALLOCATION();
DISALLOW_IMPLICIT_CONSTRUCTORS(DartUtils);
};
« no previous file with comments | « no previous file | runtime/bin/dartutils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698