| 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;
|
|
|
|
|