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 6f309133b6374d7e48e257632383bf1a18f3fd6d..e2326e0008c57d097f90f756274366825fb69685 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -250,12 +250,6 @@ class CONTENT_EXPORT RenderProcessHostImpl |
static void RegisterRendererMainThreadFactory( |
RendererMainThreadFactoryFunction create); |
- // TODO(alokp): Remove after collecting crash data. |
- // Temporary checks to verify that all shared workers are terminated. |
- // It is suspected that shared workers prevent render process hosts |
- // from shutting down: crbug.com/608049 |
- static void CheckAllWorkersTerminated(); |
- |
RenderFrameMessageFilter* render_frame_message_filter_for_testing() const { |
return render_frame_message_filter_.get(); |
} |