Reset the BWE when the network changes.
Currently "Resetting the BWE" does nothing yet. This CL passes the correct signaling to the bandwidth estimator.

BUG=
R=pthatcher@webrtc.org

Review URL: https://codereview.webrtc.org/1803063004 .

Cr-Commit-Position: refs/heads/master@{#12154}
diff --git a/webrtc/p2p/base/port.cc b/webrtc/p2p/base/port.cc
index eba15f6..74b9edd 100644
--- a/webrtc/p2p/base/port.cc
+++ b/webrtc/p2p/base/port.cc
@@ -813,6 +813,10 @@
   return port_->Candidates()[local_candidate_index_];
 }
 
+const Candidate& Connection::remote_candidate() const {
+  return remote_candidate_;
+}
+
 uint64_t Connection::priority() const {
   uint64_t priority = 0;
   // RFC 5245 - 5.7.2.  Computing Pair Priority and Ordering Pairs