Index: talk/app/webrtc/peerconnectioninterface.h |
diff --git a/talk/app/webrtc/peerconnectioninterface.h b/talk/app/webrtc/peerconnectioninterface.h |
index f61f2f6c5c10a5629e3647ce76a374f67448af23..a5d98ffa747dd73e5f0585194b8e0ac604986acf 100644 |
--- a/talk/app/webrtc/peerconnectioninterface.h |
+++ b/talk/app/webrtc/peerconnectioninterface.h |
@@ -541,11 +541,13 @@ class PeerConnectionFactoryInterface : public rtc::RefCountInterface { |
Options() : |
disable_encryption(false), |
disable_sctp_data_channels(false), |
+ disable_network_monitor(false), |
network_ignore_mask(rtc::kDefaultNetworkIgnoreMask), |
ssl_max_version(rtc::SSL_PROTOCOL_DTLS_10) { |
} |
bool disable_encryption; |
bool disable_sctp_data_channels; |
+ bool disable_network_monitor; |
// Sets the network types to ignore. For instance, calling this with |
// ADAPTER_TYPE_ETHERNET | ADAPTER_TYPE_LOOPBACK will ignore Ethernet and |