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

Unified Diff: webrtc/base/macasyncsocket.h

Issue 1556743002: Bind a socket to a network if the network handle is set. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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
Index: webrtc/base/macasyncsocket.h
diff --git a/webrtc/base/macasyncsocket.h b/webrtc/base/macasyncsocket.h
index 5861ee3276a7990b4552aceafe8c3c8b7d4a8031..5ab279a9782eee26c94adddaee27f6951045c841 100644
--- a/webrtc/base/macasyncsocket.h
+++ b/webrtc/base/macasyncsocket.h
@@ -52,6 +52,7 @@ class MacAsyncSocket : public AsyncSocket, public sigslot::has_slots<> {
int EstimateMTU(uint16_t* mtu) override;
int GetOption(Option opt, int* value) override;
int SetOption(Option opt, int value) override;
+ int BindToNetwork(NetworkHandle handle) override;
// For the MacBaseSocketServer to disable callbacks when process_io is false.
void EnableCallbacks();

Powered by Google App Engine
This is Rietveld 408576698