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

Unified Diff: chrome/utility/chrome_content_utility_client.cc

Issue 2610953003: Convert utility process WiFi Credentials IPC to mojo (Closed)
Patch Set: Add mojom test network name. Created 3 years, 11 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/chrome_content_utility_ipc_whitelist.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 436ee9e50bb5161121d3d0878366361a67d6399b..1788cba228515869f7973cdb99f0fbbdf4629482 100644
--- a/chrome/utility/chrome_content_utility_client.cc
+++ b/chrome/utility/chrome_content_utility_client.cc
@@ -200,8 +200,8 @@ void ChromeContentUtilityClient::ExposeInterfacesToBrowser(
extensions::ExtensionsHandler::ExposeInterfacesToBrowser(
registry, utility_client, running_elevated);
#endif
- // If our process runs with elevated privileges, only add elevated
- // Mojo services to the interface registry.
+ // If our process runs with elevated privileges, only add elevated Mojo
+ // services to the interface registry.
if (running_elevated)
return;
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/utility/chrome_content_utility_ipc_whitelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698