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

Unified Diff: content/browser/service_worker/embedded_worker_registry.cc

Issue 2428753003: Revert of ServiceWorker: Add CHECK to EmbeddedWorkerRegistry for debug (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/embedded_worker_registry.cc
diff --git a/content/browser/service_worker/embedded_worker_registry.cc b/content/browser/service_worker/embedded_worker_registry.cc
index 1b75f9407f63cec6135191da510dd9a6c5908fab..51d3c2c5ca2d368f5c1dbb27e3277fdad58fe1cf 100644
--- a/content/browser/service_worker/embedded_worker_registry.cc
+++ b/content/browser/service_worker/embedded_worker_registry.cc
@@ -229,10 +229,6 @@
MessagePortMessageFilter*
EmbeddedWorkerRegistry::MessagePortMessageFilterForProcess(int process_id) {
- // TODO(nhiroki): Change this to DCHECK after https://crbug.com/648477 is
- // fixed.
- CHECK(
- base::ContainsKey(process_message_port_message_filter_map_, process_id));
return process_message_port_message_filter_map_[process_id];
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698