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

Unified Diff: content/child/child_thread_impl.h

Issue 2157143002: Move interface registration to OnConnect in RPH (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index a68a63924d3fdfd99d43f1cb64c0498bf9046169..67e7a29988c99528bb1f5906820e500c1dca4022 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -40,6 +40,10 @@ class ScopedIPCSupport;
} // namespace edk
} // namespace mojo
+namespace shell {
+class Connection;
+}
+
namespace blink {
class WebFrame;
} // namespace blink
@@ -255,6 +259,7 @@ class CONTENT_EXPORT ChildThreadImpl
std::unique_ptr<shell::InterfaceRegistry> interface_registry_;
std::unique_ptr<shell::InterfaceProvider> remote_interfaces_;
std::unique_ptr<MojoShellConnection> mojo_shell_connection_;
+ std::unique_ptr<shell::Connection> browser_connection_;
std::string channel_name_;
std::unique_ptr<IPC::SyncChannel> channel_;
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698