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

Unified Diff: webrtc/base/virtualsocketserver.h

Issue 1535943004: Multi-networking with Android L. Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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/base/socket.h ('k') | webrtc/p2p/base/basicpacketsocketfactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/virtualsocketserver.h
diff --git a/webrtc/base/virtualsocketserver.h b/webrtc/base/virtualsocketserver.h
index daf0145a26c489c9ce8927e2a6d19830ad6418ee..79c977ad21b67abf379e58a2d949ae40633ef529 100644
--- a/webrtc/base/virtualsocketserver.h
+++ b/webrtc/base/virtualsocketserver.h
@@ -283,6 +283,8 @@ class VirtualSocket : public AsyncSocket, public MessageHandler {
int EstimateMTU(uint16_t* mtu) override;
void OnMessage(Message* pmsg) override;
+ int BindToNetwork(NetworkHandle net_handle) override { return 0; }
+
bool was_any() { return was_any_; }
void set_was_any(bool was_any) { was_any_ = was_any; }
« no previous file with comments | « webrtc/base/socket.h ('k') | webrtc/p2p/base/basicpacketsocketfactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698