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

Unified Diff: components/nacl/renderer/plugin/service_runtime.h

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
Index: components/nacl/renderer/plugin/service_runtime.h
diff --git a/components/nacl/renderer/plugin/service_runtime.h b/components/nacl/renderer/plugin/service_runtime.h
index 7b3da0b754d103977cc0bfa7ec8fc0823564a525..392b9052f34650c75af12040226d393a5e41ddfe 100644
--- a/components/nacl/renderer/plugin/service_runtime.h
+++ b/components/nacl/renderer/plugin/service_runtime.h
@@ -40,6 +40,8 @@ struct SelLdrStartParams {
};
// ServiceRuntime abstracts a NativeClient sel_ldr instance.
+// TODO(dschuff): Merge this with NaClSubprocess, since, that now only contains
+// a ServiceRuntime.
class ServiceRuntime {
public:
ServiceRuntime(Plugin* plugin,
« no previous file with comments | « components/nacl/renderer/plugin/pnacl_translate_thread.cc ('k') | components/nacl/renderer/plugin/service_runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698