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

Unified Diff: webrtc/base/networkmonitor.h

Issue 1803063004: Reset the BWE when the network changes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 9 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/networkmonitor.h
diff --git a/webrtc/base/networkmonitor.h b/webrtc/base/networkmonitor.h
index d9d6cc49d8745efa3b9313c79dfb81e6212d9e8a..98ae4b3b264fba3e145929c36e13d1284240904e 100644
--- a/webrtc/base/networkmonitor.h
+++ b/webrtc/base/networkmonitor.h
@@ -46,6 +46,7 @@ class NetworkBinderInterface {
// This is needed because some operating systems (like Android) require a
// special bind call to put packets on a non-default network interface.
virtual int BindSocketToNetwork(int socket_fd, const IPAddress& address) = 0;
+ virtual ~NetworkBinderInterface(){};
honghaiz3 2016/03/17 03:39:56 Added the change here to make the compiler happy w
stefan-webrtc 2016/03/17 12:48:19 space between () and {}
pbos-webrtc 2016/03/17 14:09:22 and no ; then run git cl format
honghaiz3 2016/03/23 19:55:40 Done. Thanks! I forgot to run that before uploadin
};
/*
« no previous file with comments | « webrtc/base/network.cc ('k') | webrtc/call.h » ('j') | webrtc/media/engine/webrtcvoiceengine.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698