Chromium Code Reviews| Index: content/public/browser/render_process_host.h |
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h |
| index dc6490579bcc5522aebf0ef57e164768de195483..eec6a6b5cb0e9dc72a92942469b565cb8f5f72fe 100644 |
| --- a/content/public/browser/render_process_host.h |
| +++ b/content/public/browser/render_process_host.h |
| @@ -131,7 +131,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Message::Sender, |
| // sending non-threadsafe pointers to other threads). |
| // |
| // This ID will be unique for all child processes, including workers, plugins, |
| - // etc. It is generated by ChildProcessInfo. |
|
brettw
2012/04/10 18:07:56
Noticed some out-of-date comments when figuring ou
|
| + // etc. |
| virtual int GetID() const = 0; |
| // Returns the render widget host for the routing id passed in. |