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, |