Commit 0e228573 authored by Oleh Lamzin's avatar Oleh Lamzin Committed by Commit Bot

Fix typo in GetNetworkService() comment

Fix typo in GetNetworkService() comment,
typo in the phrase `don't want to want to start`.

BUG=none
TEST=none

Change-Id: I7448ab0d565ec53e31f883a717b1a8282e43899b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954014Reviewed-by: default avatarBo <boliu@chromium.org>
Commit-Queue: Oleh Lamzin <lamzin@google.com>
Cr-Commit-Position: refs/heads/master@{#722502}
parent b4aa685c
......@@ -251,9 +251,9 @@ network::mojom::NetworkService* GetNetworkService() {
if (GetContentClient()->browser()->IsShuttingDown()) {
// This happens at system shutdown, since in other scenarios the network
// process would only be torn down once the message loop stopped running.
// We don't want to want to start the network service again so just create
// message pipe that's not bound to stop consumers from requesting
// creation of the service.
// We don't want to start the network service again so just create message
// pipe that's not bound to stop consumers from requesting creation of the
// service.
auto receiver = g_network_service_remote->BindNewPipeAndPassReceiver();
auto leaked_pipe = receiver.PassPipe().release();
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment