Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index 0e34dd6ff6a3079098d2b4c96978127399b3188e..f0e65706b88381decf2063ab18391153f6d6bd80 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -474,9 +474,10 @@ class CONTENT_EXPORT RenderProcessHostImpl |
// The globally-unique identifier for this RPH. |
const int id_; |
- // A secondary ID used by the Mojo shell to distinguish different incarnations |
- // of the same RPH from each other. Unlike |id_| this is not globally unique, |
- // but it is guaranteed to change every time Init() is called. |
+ // A secondary ID used by the Service Manager to distinguish different |
+ // incarnations of the same RPH from each other. Unlike |id_| this is not |
+ // globally unique, but it is guaranteed to change every time ProcessDied() is |
+ // called. |
int instance_id_ = 1; |
BrowserContext* browser_context_; |