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: ppapi/native_client/src/trusted/plugin/plugin.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
Index: ppapi/native_client/src/trusted/plugin/plugin.h
===================================================================
--- ppapi/native_client/src/trusted/plugin/plugin.h (revision 109525)
+++ ppapi/native_client/src/trusted/plugin/plugin.h (working copy)
@@ -443,13 +443,6 @@
ErrorInfo* error_info,
bool* is_portable);
- // TODO(jvoung): get rid of these once we find a better way to store / install
- // the pnacl translator nexes.
- bool SelectLLCURLFromManifest(nacl::string* result,
- ErrorInfo* error_info);
- bool SelectLDURLFromManifest(nacl::string* result,
- ErrorInfo* error_info);
-
// Logs timing information to a UMA histogram, and also logs the same timing
// information divided by the size of the nexe to another histogram.
void HistogramStartupTimeSmall(const std::string& name, float dt);
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/manifest.cc ('k') | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698