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

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.cc

Issue 10800084: Remove non-streaming translation code from pnacl coordinator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.cc
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.cc b/ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.cc
index e46d265c86c57a9a069a9b35a606c554fe4cb59f..f8c79fafcc7f7cb3dd3413a42b6c627e9c73047f 100644
--- a/ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.cc
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.cc
@@ -24,7 +24,6 @@ void PnaclStreamingTranslateThread::RunTranslate(
const Manifest* ld_manifest,
LocalTempFile* obj_file,
LocalTempFile* nexe_file,
- nacl::DescWrapper* pexe_wrapper,
ErrorInfo* error_info,
PnaclResources* resources,
Plugin* plugin) {
@@ -33,8 +32,6 @@ void PnaclStreamingTranslateThread::RunTranslate(
ld_manifest_ = ld_manifest;
obj_file_ = obj_file;
nexe_file_ = nexe_file;
- pexe_wrapper_ = NULL; // The streaming translator doesn't use a pexe desc.
- DCHECK(pexe_wrapper == NULL);
coordinator_error_info_ = error_info;
resources_ = resources;
plugin_ = plugin;

Powered by Google App Engine
This is Rietveld 408576698