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

Unified Diff: webrtc/base/socketserver.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: Fix a compiling issue for Windows 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/socketserver.h
diff --git a/webrtc/base/socketserver.h b/webrtc/base/socketserver.h
index 15c56f4612798e5c2bcba3972d664ce774c84cde..073cc996f6bbd50e651e0ef5896e7948d1f5b8c2 100644
--- a/webrtc/base/socketserver.h
+++ b/webrtc/base/socketserver.h
@@ -39,6 +39,9 @@ class SocketServer : public SocketFactory {
// Causes the current wait (if one is in progress) to wake up.
virtual void WakeUp() = 0;
+
+ // A network binder will bind the created sockets to a network.
+ virtual void MaybeSetNetworkBinder() {}
};
} // namespace rtc

Powered by Google App Engine
This is Rietveld 408576698