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

Unified Diff: content/browser/service_worker/embedded_worker_instance.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Cleanup Created 3 years, 11 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/service_worker/embedded_worker_instance.h
diff --git a/content/browser/service_worker/embedded_worker_instance.h b/content/browser/service_worker/embedded_worker_instance.h
index 3152613ed3880f16bb4257d6a749902629d2d872..ab6cae844b717105c5cec04242ec20a6e5abd07f 100644
--- a/content/browser/service_worker/embedded_worker_instance.h
+++ b/content/browser/service_worker/embedded_worker_instance.h
@@ -42,7 +42,6 @@ namespace content {
class EmbeddedWorkerRegistry;
struct EmbeddedWorkerStartParams;
-class MessagePortMessageFilter;
class ServiceWorkerContextCore;
// This gives an interface to control one EmbeddedWorker instance, which
@@ -142,7 +141,6 @@ class CONTENT_EXPORT EmbeddedWorkerInstance {
// that is, when |process_id()| returns a valid process id.
bool is_new_process() const;
int worker_devtools_agent_route_id() const;
- MessagePortMessageFilter* message_port_message_filter() const;
void AddListener(Listener* listener);
void RemoveListener(Listener* listener);

Powered by Google App Engine
This is Rietveld 408576698