Add missing 'session->CloseIdleConnections()' in process_utils.cc (for Android).
CloseIdleConnectionsForProfile() was a no-op. It was only fetching the HttpNetworkSession for a specific profile but wasn't actually doing anything with it. The call to 'session->CloseIdleConnections()' got lost during the initial review process (see code review 10816038). Review URL: https://chromiumcodereview.appspot.com/11411315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170933 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment