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

Unified Diff: chrome/utility/chrome_content_utility_client.cc

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Set the IPC enum traits limit to extensions::Manifest::NUM_LOCATIONS - 1. Created 3 years, 9 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 | « chrome/test/BUILD.gn ('k') | chrome/utility/extensions/extensions_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6a77ced0936a5e5bd2340f1d64bf075f143910ab..d0d51db0cf412b0ac246852eac16462666d5cd8e 100644
--- a/chrome/utility/chrome_content_utility_client.cc
+++ b/chrome/utility/chrome_content_utility_client.cc
@@ -263,6 +263,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.
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/utility/extensions/extensions_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698