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

Unified Diff: content/child/child_thread_impl.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: use mojo for all ServicePort related IPC 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
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index d124a50dd56627e1ba01042e771be2b9461fe177..8d320bf1d391049e6d1fe8ab8d9b87ca21767b79 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -53,7 +53,6 @@ class ChildResourceMessageFilter;
class ChildSharedBitmapManager;
class FileSystemDispatcher;
class InProcessChildThreadParams;
-class NavigatorConnectDispatcher;
class NotificationDispatcher;
class PushDispatcher;
class ServiceWorkerMessageFilter;
@@ -302,8 +301,6 @@ class CONTENT_EXPORT ChildThreadImpl
scoped_refptr<ChildMessageFilter> geofencing_message_filter_;
scoped_refptr<ChildMessageFilter> bluetooth_message_filter_;
- scoped_refptr<NavigatorConnectDispatcher> navigator_connect_dispatcher_;
-
scoped_refptr<base::SequencedTaskRunner> browser_process_io_runner_;
base::WeakPtrFactory<ChildThreadImpl> channel_connected_factory_;

Powered by Google App Engine
This is Rietveld 408576698