| Index: public/platform/WebRTCConfiguration.h
|
| diff --git a/public/platform/WebRTCConfiguration.h b/public/platform/WebRTCConfiguration.h
|
| index 9398a49ac9e3c2964e563083400dd4aaf4b24bb2..4aba092f76896aaab8af6a99a8c512d0b1a479e9 100644
|
| --- a/public/platform/WebRTCConfiguration.h
|
| +++ b/public/platform/WebRTCConfiguration.h
|
| @@ -115,6 +115,8 @@ public:
|
|
|
| BLINK_PLATFORM_EXPORT WebRTCRtcpMuxPolicy rtcpMuxPolicy() const;
|
|
|
| + BLINK_PLATFORM_EXPORT bool enableLocalhostCandidate() const;
|
| +
|
| #if INSIDE_BLINK
|
| BLINK_PLATFORM_EXPORT WebRTCConfiguration(RTCConfiguration*);
|
| #endif
|
|
|