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

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

Issue 8974020: Change pnacl to read all resources from the extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/pnacl_coordinator.h
===================================================================
--- ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h (revision 115141)
+++ ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h (working copy)
@@ -197,8 +197,7 @@
// Therefore the constructor is private.
PnaclCoordinator(Plugin* plugin,
const nacl::string& pexe_url,
- const pp::CompletionCallback& translate_notify_callback,
- const nacl::string& resource_base_url);
+ const pp::CompletionCallback& translate_notify_callback);
// Callback for when llc and ld have been downloaded.
// This is the first callback invoked in response to BitcodeToNative.
@@ -241,9 +240,6 @@
pp::CompletionCallbackFactory<PnaclCoordinator,
PnaclRefCount> callback_factory_;
- // URLs used to lookup downloaded resources.
- nacl::string resource_base_url_;
-
// Helper subprocesses loaded by the plugin (deleted by the plugin).
// A nacl sandbox running the llc nexe.
NaClSubprocess* llc_subprocess_;
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/plugin.cc ('k') | ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698