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

Unified Diff: content/child/child_thread_impl.h

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 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
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/mojo/mojo_application.h » ('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 7429963603d0e7cff3074bbe29ea70ce5414c3ab..0438b9cfe40126da4c92fc436e80882a0a92e8a4 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -195,8 +195,12 @@ class CONTENT_EXPORT ChildThreadImpl
static void ShutdownThread();
#endif
- ServiceRegistry* service_registry() const {
- return mojo_application_->service_registry();
+ shell::InterfaceRegistry* interface_registry() {
+ return mojo_application_->interface_registry();
+ }
+
+ shell::InterfaceProvider* remote_interfaces() const {
+ return mojo_application_->remote_interfaces();
}
protected:
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/mojo/mojo_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698