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

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

Issue 8591024: Correct the order of destruction of ProfileImplIOData and ExtensionProcessManager. This was causi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/browser/renderer_host/render_process_host.h
===================================================================
--- content/browser/renderer_host/render_process_host.h (revision 110070)
+++ content/browser/renderer_host/render_process_host.h (working copy)
@@ -247,6 +247,9 @@
// that each host may not be active, and therefore may have NULL channels.
static iterator AllHostsIterator();
+ // Returns the number of active RenderProcessHosts.
+ static int AllHostsCount();
+
// Returns the RenderProcessHost given its ID. Returns NULL if the ID does
// not correspond to a live RenderProcessHost.
static RenderProcessHost* FromID(int render_process_id);

Powered by Google App Engine
This is Rietveld 408576698