Roll WebRTC from 86aa03e238a4 to 2545257982a3 (3 revisions)

https://webrtc.googlesource.com/src.git/+log/86aa03e238a4..2545257982a3

2022-04-12 tommi@webrtc.org [StunRequestManager] Use unique_ptr in RequestMap
2022-04-12 jleconte@webrtc.org Centralized test command argument in .pyl configuration.
2022-04-12 jonaso@webrtc.org Reset all maps in AndroidNetworkMonitor Start()/Stop()

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webrtc-chromium-autoroll
Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in WebRTC: https://bugs.chromium.org/p/webrtc/issues/entry
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I15e3cf38c475c826a8c295635190e6c30b441508
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3583892
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#991524}
diff --git a/DEPS b/DEPS
index 6936ae2..b99ffad 100644
--- a/DEPS
+++ b/DEPS
@@ -1733,7 +1733,7 @@
     Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'e981a13e9698cb0fcc4dea870cf93930e5af4ddb',
 
   'src/third_party/webrtc':
-    Var('webrtc_git') + '/src.git' + '@' + '86aa03e238a449eb7672d5592e76f58884c1af2d',
+    Var('webrtc_git') + '/src.git' + '@' + '2545257982a3c27daca1e333f8fdc2e86c486563',
 
   'src/third_party/libgifcodec':
      Var('skia_git') + '/libgifcodec' + '@'+  Var('libgifcodec_revision'),