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

Unified Diff: chrome/utility/chrome_content_utility_client.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 | « no previous file | 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 06c9bf6c82974c34f23a6fd3640d88e4d737bf09..0b8a8d2367df40cb4ae2e5173b27f340c8e217cb 100644
--- a/chrome/utility/chrome_content_utility_client.cc
+++ b/chrome/utility/chrome_content_utility_client.cc
@@ -277,7 +277,7 @@ void ChromeContentUtilityClient::ExposeInterfacesToBrowser(
registry, utility_process_running_elevated_);
#endif
// If our process runs with elevated privileges, only add elevated Mojo
- // services to the interface registry.
+ // interfaces to the interface registry.
if (utility_process_running_elevated_)
return;
« no previous file with comments | « no previous file | chrome/utility/extensions/extensions_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698