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

Unified Diff: chrome/utility/extensions/extensions_handler.cc

Issue 2764443002: Utility process: use interfaces rather than overloaded term services (Closed)
Patch Set: 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/utility/chrome_content_utility_client.cc ('k') | extensions/utility/utility_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/extensions/extensions_handler.cc
diff --git a/chrome/utility/extensions/extensions_handler.cc b/chrome/utility/extensions/extensions_handler.cc
index 5c939702c3324759f74d2d3aa2a16919edd526c8..b42c74ef339fa1ed4350b24900c7e14dae39f104 100644
--- a/chrome/utility/extensions/extensions_handler.cc
+++ b/chrome/utility/extensions/extensions_handler.cc
@@ -189,7 +189,7 @@ void ExtensionsHandler::ExposeInterfacesToBrowser(
service_manager::InterfaceRegistry* registry,
bool running_elevated) {
// If our process runs with elevated privileges, only add elevated Mojo
- // services to the interface registry.
+ // interfaces to the interface registry.
if (running_elevated) {
#if defined(OS_WIN)
registry->AddInterface(base::Bind(&RemovableStorageWriterImpl::Create));
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | extensions/utility/utility_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698