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

Unified Diff: components/nacl/renderer/plugin/pnacl_translate_thread.cc

Issue 2562113003: NaCl plugin: Make ServiceRuntime::Shutdown() kill the NaCl loader (Closed)
Patch Set: Created 4 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
« no previous file with comments | « components/nacl/renderer/nexe_load_manager.cc ('k') | components/nacl/renderer/plugin/service_runtime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/plugin/pnacl_translate_thread.cc
diff --git a/components/nacl/renderer/plugin/pnacl_translate_thread.cc b/components/nacl/renderer/plugin/pnacl_translate_thread.cc
index 9333acf3d9a6ca0bb6db479cbf77614c4eb018ce..4dd62a926d8cfbf70be6d8a0f557a0dae9b45573 100644
--- a/components/nacl/renderer/plugin/pnacl_translate_thread.cc
+++ b/components/nacl/renderer/plugin/pnacl_translate_thread.cc
@@ -280,7 +280,6 @@ void PnaclTranslateThread::DoCompile() {
{
base::AutoLock lock(subprocess_mu_);
compiler_subprocess_active_ = false;
- compiler_subprocess_->Shutdown();
}
core->CallOnMainThread(0, compile_finished_callback_, PP_OK);
@@ -341,7 +340,6 @@ void PnaclTranslateThread::DoLink() {
{
base::AutoLock lock(subprocess_mu_);
ld_subprocess_active_ = false;
- ld_subprocess_->Shutdown();
}
pp::Core* core = pp::Module::Get()->core();
« no previous file with comments | « components/nacl/renderer/nexe_load_manager.cc ('k') | components/nacl/renderer/plugin/service_runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698