Chromium changes: https://chromium.googlesource.com/chromium/src/+/5ba07f7e15d9c0fce4c3e7f3a0d81b7e2d0e1ac1 https://chromium.googlesource.com/chromium/src/+/36a1fd69363120111a078f9b0e3d5458b9a6f461 https://chromium.googlesource.com/chromium/src/+/0049a0b7166118b686e736fd4a672ce0bb02e182 commit 5ba07f7e15d9c0fce4c3e7f3a0d81b7e2d0e1ac1 Author: Matt Reichhoff <mreichhoff@chromium.org> Date: Thu Oct 21 20:36:32 2021 +0000 Remove TestNetLog and its subclasses This builds on the prior deletion of use of these classes. RecordingNetLogObserver remains in place and is used instead of the prior classes. Future cleanup will target NetLog pointers. Bug: 1052479 commit 36a1fd69363120111a078f9b0e3d5458b9a6f461 Author: Matt Reichhoff <mreichhoff@chromium.org> Date: Tue Oct 12 22:52:20 2021 +0000 Remove direct use of RecordingTestNetLog This is the first of several commits to address test_net_log cleanup. Future commits will target RecordingBoundTestNetLog, full deletion of the classes, and removal of many NetLog pointers. Bug: 1052479 commit 0049a0b7166118b686e736fd4a672ce0bb02e182 Author: Matt Reichhoff <mreichhoff@chromium.org> Date: Wed Oct 20 20:44:26 2021 +0000 Remove direct use of RecordingBoundTestNetLog This builds on the prior deletion of use of TestNetLog and RecordingTestNetLog. A future commit will delete the classes. Bug: 1052479