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

Unified Diff: content/browser/shared_worker/shared_worker_service_impl.h

Issue 2338113002: Revert "Reland of Check that all shared workers are terminated. (patchset #2 id:170001 of https://c… (Closed)
Patch Set: Created 4 years, 3 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/browser/shared_worker/shared_worker_service_impl.h
diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
index a697a9b8a79773c7fa0f7ca4e24cb1b81bc98a28..d21807efe1a6bbd7b2d6ee175f02423585507789 100644
--- a/content/browser/shared_worker/shared_worker_service_impl.h
+++ b/content/browser/shared_worker/shared_worker_service_impl.h
@@ -98,12 +98,6 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id);
- // 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
- void CheckAllWorkersTerminated();
-
private:
class SharedWorkerPendingInstance;
class SharedWorkerReserver;
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/shared_worker/shared_worker_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698