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

Unified Diff: webrtc/base/asyncudpsocket.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/asyncsocket.h ('k') | webrtc/base/asyncudpsocket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/asyncudpsocket.h
diff --git a/webrtc/base/asyncudpsocket.h b/webrtc/base/asyncudpsocket.h
index 4b47007ed79949d16405ee558d4cebfc6110b367..d72b436fa59fa6f89832262503b9b81ca58e51cf 100644
--- a/webrtc/base/asyncudpsocket.h
+++ b/webrtc/base/asyncudpsocket.h
@@ -49,6 +49,7 @@ class AsyncUDPSocket : public AsyncPacketSocket {
int SetOption(Socket::Option opt, int value) override;
int GetError() const override;
void SetError(int error) override;
+ void BindToNetwork(const Network* network) override;
private:
// Called when the underlying socket is ready to be read from.
« no previous file with comments | « webrtc/base/asyncsocket.h ('k') | webrtc/base/asyncudpsocket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698