summaryrefslogtreecommitdiffstats
path: root/content/public/common/child_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/child_process_host.h')
-rw-r--r--content/public/common/child_process_host.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
index 8c85091..499ac2e 100644
--- a/content/public/common/child_process_host.h
+++ b/content/public/common/child_process_host.h
@@ -16,7 +16,9 @@ namespace content {
class ChildProcessHostDelegate;
-// Interface that all users of ChildProcessHost need to provide.
+// This represents a non-browser process. This can include traditional child
+// processes like plugins, or an embedder could even use this for long lived
+// processes that run independent of the browser process.
class CONTENT_EXPORT ChildProcessHost : public IPC::Message::Sender {
public:
virtual ~ChildProcessHost() {}