| 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 b050fd12217cd500cd194be129a0543fbdd9e675..c1b5c47e1d2fd5b38f90dab5febc685e76c0a7a9 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -279,8 +279,8 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
|
| // A value of zero means to use the default heuristic.
|
| static void SetMaxRendererProcessCount(size_t count);
|
|
|
| - // Returns the current max number of renderer processes used by the content
|
| - // module.
|
| + // Returns the current maximum number of renderer process hosts kept by the
|
| + // content module.
|
| static size_t GetMaxRendererProcessCount();
|
| };
|
|
|
|
|