| 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 b33a5b325dc7c4e9d45dd04d59be60d050cfb4a7..943131500330bc444b0cf1e41a37f092e01674b7 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -286,8 +286,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();
|
| };
|
|
|
|
|