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

Unified Diff: extensions/utility/utility_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/extensions/extensions_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/utility/utility_handler.cc
diff --git a/extensions/utility/utility_handler.cc b/extensions/utility/utility_handler.cc
index 96a4445a7357f079276e6ebf8dac836ab31c3cec..a8772de305abd82e0be99bb0a4a1de4547ea375f 100644
--- a/extensions/utility/utility_handler.cc
+++ b/extensions/utility/utility_handler.cc
@@ -120,7 +120,7 @@ void UtilityHandler::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)
return;
« no previous file with comments | « chrome/utility/extensions/extensions_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698