Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1194)

Unified Diff: content/public/browser/render_process_host.h

Issue 356453003: Don't share renderers between unrelated tabs on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address John(me)'s comments. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
};

Powered by Google App Engine
This is Rietveld 408576698