Socket pools: Remove redundant seach for a group in GetLoadState.
commit642054a983320b9d4ce80d6fa93e5221883a6b04
authormmenke <mmenke@chromium.org>
Sat, 28 Feb 2015 02:54:31 +0000 (27 18:54 -0800)
committerCommit bot <commit-bot@chromium.org>
Sat, 28 Feb 2015 02:55:30 +0000 (28 02:55 +0000)
tree7c1bb902389e0e0b8aecb982004b4ee11f7023b2
parent93ba27f64c6ec7a8ee1f7aa9af11cca964d26eed
Socket pools:  Remove redundant seach for a group in GetLoadState.

This was inspired by jank in the RDH method that calls the function,
but will almost certainly have no effect on the jank.

Also switch to using a range loop in GetLoadState as well.

BUG=455952

Review URL: https://codereview.chromium.org/966943005

Cr-Commit-Position: refs/heads/master@{#318584}
net/socket/client_socket_pool_base.cc