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

Unified Diff: content/child/navigator_connect/navigator_connect_dispatcher.h

Issue 1192713004: Update client side navigator.connect API to use ServicePortCollection [2/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 6 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 | « content/child/child_thread_impl.cc ('k') | content/child/navigator_connect/navigator_connect_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/navigator_connect/navigator_connect_dispatcher.h
diff --git a/content/child/navigator_connect/navigator_connect_dispatcher.h b/content/child/navigator_connect/navigator_connect_dispatcher.h
deleted file mode 100644
index 0044b515db669df0f808057d8041103f9e1abd83..0000000000000000000000000000000000000000
--- a/content/child/navigator_connect/navigator_connect_dispatcher.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_CHILD_NAVIGATOR_CONNECT_NAVIGATOR_CONNECT_DISPATCHER_H_
-#define CONTENT_CHILD_NAVIGATOR_CONNECT_NAVIGATOR_CONNECT_DISPATCHER_H_
-
-#include "content/child/worker_thread_message_filter.h"
-
-namespace content {
-
-// Receives IPC messages from the browser process and dispatches them to the
-// correct thread specific NavigatorConnectProvider.
-class NavigatorConnectDispatcher : public WorkerThreadMessageFilter {
- public:
- explicit NavigatorConnectDispatcher(ThreadSafeSender* thread_safe_sender);
-
- private:
- ~NavigatorConnectDispatcher() override;
-
- // WorkerThreadMessageFilter:
- bool ShouldHandleMessage(const IPC::Message& msg) const override;
- void OnFilteredMessageReceived(const IPC::Message& msg) override;
- bool GetWorkerThreadIdForMessage(const IPC::Message& msg,
- int* ipc_thread_id) override;
-
- DISALLOW_COPY_AND_ASSIGN(NavigatorConnectDispatcher);
-};
-
-} // namespace content
-
-#endif // CONTENT_CHILD_NAVIGATOR_CONNECT_NAVIGATOR_CONNECT_DISPATCHER_H_
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/child/navigator_connect/navigator_connect_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698