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

Unified Diff: ppapi/native_client/src/trusted/plugin/manifest.h

Issue 8525014: Get all the resources relative to a single base. Currently the same base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | ppapi/native_client/src/trusted/plugin/manifest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/manifest.h
===================================================================
--- ppapi/native_client/src/trusted/plugin/manifest.h (revision 109525)
+++ ppapi/native_client/src/trusted/plugin/manifest.h (working copy)
@@ -51,15 +51,6 @@
ErrorInfo* error_info,
bool* is_portable);
- // TODO(jvoung): Get rid of these when we find a better way to
- // store / install these.
- // Gets the full nexe URL for the LLC nexe from the manifest file.
- bool GetLLCURL(nacl::string* full_url, ErrorInfo* error_info);
-
- // Gets the full nexe URL for the LD nexe from the manifest file.
- bool GetLDURL(nacl::string* full_url, ErrorInfo* error_info);
- // end TODO(jvoung)
-
// Resolves a URL relative to the manifest base URL
bool ResolveURL(const nacl::string& relative_url,
nacl::string* full_url,
« no previous file with comments | « no previous file | ppapi/native_client/src/trusted/plugin/manifest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698