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

Unified Diff: content/child/child_thread_impl.h

Issue 2766263009: Convert content ConnectionFilter to OnBindInterface (Closed)
Patch Set: . Created 3 years, 8 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/utility_process_host_impl_browsertest.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 a52add3432d8139b8e413d37d93d192890e85e36..d2f57d56b497bd6eac0bc8b0f72ef5df7e04616d 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -39,10 +39,6 @@ class SyncChannel;
class SyncMessageFilter;
} // namespace IPC
-namespace service_manager {
-class Connection;
-} // namespace service_manager
-
namespace mojo {
namespace edk {
class ScopedIPCSupport;
@@ -252,7 +248,6 @@ class CONTENT_EXPORT ChildThreadImpl
std::unique_ptr<mojo::edk::ScopedIPCSupport> mojo_ipc_support_;
std::unique_ptr<service_manager::InterfaceRegistry> interface_registry_;
std::unique_ptr<ServiceManagerConnection> service_manager_connection_;
- std::unique_ptr<service_manager::Connection> browser_connection_;
bool connected_to_browser_ = false;
service_manager::ServiceInfo child_info_;
« no previous file with comments | « content/browser/utility_process_host_impl_browsertest.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698