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

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

Issue 2099063002: Migrate RenderProcessHost, ChildThread to InterfaceRegistry/Provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 99d61e25b1d8513c395603d4fc595bcf415cd1bc..1f30d2e35aa20590ab1f6ff0bfcde3926da23729 100644
--- a/content/shell/utility/shell_content_utility_client.cc
+++ b/content/shell/utility/shell_content_utility_client.cc
@@ -10,10 +10,10 @@
#include "base/bind.h"
#include "base/files/scoped_temp_dir.h"
#include "base/process/process.h"
-#include "content/public/common/service_registry.h"
#include "content/public/test/test_mojo_app.h"
#include "content/public/test/test_mojo_service.mojom.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
+#include "services/shell/public/cpp/interface_registry.h"
namespace content {
@@ -71,7 +71,7 @@ void ShellContentUtilityClient::RegisterMojoApplications(
apps->insert(std::make_pair(kTestMojoAppUrl, app_info));
}
-void ShellContentUtilityClient::RegisterMojoInterfaces(
+void ShellContentUtilityClient::ExposeInterfacesToBrowser(
shell::InterfaceRegistry* registry) {
registry->AddInterface(base::Bind(&TestMojoServiceImpl::Create));
}
« no previous file with comments | « content/shell/utility/shell_content_utility_client.h ('k') | content/utility/utility_process_control_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698