Index: chrome/utility/chrome_content_utility_client.cc |
diff --git a/chrome/utility/chrome_content_utility_client.cc b/chrome/utility/chrome_content_utility_client.cc |
index 1e013333a9f040790e9720625fb07334929f33e4..1b230e56ed49c410715d4b7de338a08f6fc67d3a 100644 |
--- a/chrome/utility/chrome_content_utility_client.cc |
+++ b/chrome/utility/chrome_content_utility_client.cc |
@@ -239,6 +239,8 @@ void ChromeContentUtilityClient::ExposeInterfacesToBrowser( |
#if BUILDFLAG(ENABLE_EXTENSIONS) |
extensions::ExtensionsHandler::ExposeInterfacesToBrowser( |
registry, utility_process_running_elevated_); |
+ extensions::UtilityHandler::ExposeInterfacesToBrowser( |
+ registry, utility_process_running_elevated_); |
#endif |
// If our process runs with elevated privileges, only add elevated Mojo |
// services to the interface registry. |