Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: webrtc/p2p/stunprober/stunprober_dependencies.h

Issue 1162263012: Add SocketFactoryInterface::Prepare and fix how symmetric NAT is determined (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/p2p/stunprober/stunprober.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/stunprober/stunprober_dependencies.h
diff --git a/webrtc/p2p/stunprober/stunprober_dependencies.h b/webrtc/p2p/stunprober/stunprober_dependencies.h
index 813a2f931c631432375ce67d832ec6970fb55e93..4e64df71ba6a7aceccfebbfaf6ea8f9efbbc5fca 100644
--- a/webrtc/p2p/stunprober/stunprober_dependencies.h
+++ b/webrtc/p2p/stunprober/stunprober_dependencies.h
@@ -35,10 +35,6 @@ class Socket : public ClientSocketInterface,
return MapResult(socket_->Connect(addr));
}
- int Bind(const rtc::SocketAddress& addr) override {
- return MapResult(socket_->Bind(addr));
- }
-
int SendTo(const rtc::SocketAddress& addr,
char* buf,
size_t buf_len,
« no previous file with comments | « webrtc/p2p/stunprober/stunprober.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698