| 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_;
|
|
|