0
Files
src/net
Yutaka Hirano 7bbe3de739 Use URLRequestContextBuilder in network_quality_estimator_unittest.cc
- Introduce CreateTestURLRequestContextBuilder which creates a
   URLRequestContextBuilder with some members set.
 - Use URLRequestContextBuilder in NetworkQualityEstimatorTest.
 - Remove TestURLRequestContext::set_http_network_session_context
   as it is no longer needed with this change.
 - Remove
   TestURLRequestContext::set_create_default_http_user_agent_settings
   which is not used by anyone.

Bugs: 1282361
Change-Id: Ic41f30072081d44f5c81a28acd5fbbccac02e3f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3353583
Reviewed-by: Matt Menke <mmenke@chromium.org>
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/main@{#956521}
2022-01-07 15:45:26 +00:00
..
2021-11-08 07:38:36 +00:00
2021-12-28 19:47:38 +00:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.