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

Unified Diff: public/platform/WebRTCConfiguration.h

Issue 1315413004: Enable generation of local host candidate. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: 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

Powered by Google App Engine
This is Rietveld 408576698