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

Unified Diff: content/child/child_thread.h

Issue 781723002: Pass navigator.connect calls through to the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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/blink_platform_impl.cc ('k') | content/child/child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 8c42b04a1cf9a220fffd2da7dd672f8ffb159af2..be126a9e0f51874a822bdbf4aa1aec7fbc3fcc0a 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -44,6 +44,7 @@ class ChildResourceMessageFilter;
class ChildSharedBitmapManager;
class FileSystemDispatcher;
class GeofencingMessageFilter;
+class NavigatorConnectDispatcher;
class NotificationDispatcher;
class PushDispatcher;
class ServiceWorkerMessageFilter;
@@ -276,6 +277,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
scoped_refptr<BluetoothMessageFilter> bluetooth_message_filter_;
+ scoped_refptr<NavigatorConnectDispatcher> navigator_connect_dispatcher_;
+
bool in_browser_process_;
base::WeakPtrFactory<ChildThread> channel_connected_factory_;
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698