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

Unified Diff: content/shell/utility/shell_content_utility_client.cc

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/shell/utility/shell_content_utility_client.h ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/utility/shell_content_utility_client.cc
diff --git a/content/shell/utility/shell_content_utility_client.cc b/content/shell/utility/shell_content_utility_client.cc
index 4200576503f5781ad290b77457a1dd56a072ed1f..99d61e25b1d8513c395603d4fc595bcf415cd1bc 100644
--- a/content/shell/utility/shell_content_utility_client.cc
+++ b/content/shell/utility/shell_content_utility_client.cc
@@ -71,9 +71,9 @@ void ShellContentUtilityClient::RegisterMojoApplications(
apps->insert(std::make_pair(kTestMojoAppUrl, app_info));
}
-void ShellContentUtilityClient::RegisterMojoServices(
- ServiceRegistry* registry) {
- registry->AddService(base::Bind(&TestMojoServiceImpl::Create));
+void ShellContentUtilityClient::RegisterMojoInterfaces(
+ shell::InterfaceRegistry* registry) {
+ registry->AddInterface(base::Bind(&TestMojoServiceImpl::Create));
}
} // namespace content
« no previous file with comments | « content/shell/utility/shell_content_utility_client.h ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698