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

Unified Diff: third_party/WebKit/public/platform/WebRTCConfiguration.h

Issue 2721163002: Add support for RTCConfiguration.iceCandidatePoolSize. (Closed)
Patch Set: Adding back log statement for test. Created 3 years, 10 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: third_party/WebKit/public/platform/WebRTCConfiguration.h
diff --git a/third_party/WebKit/public/platform/WebRTCConfiguration.h b/third_party/WebKit/public/platform/WebRTCConfiguration.h
index cd64fb8537d60d4046c391eef315b861dc2c70be..aa133dd022dc9a1a8a8f44dbd0a645328b4c27a6 100644
--- a/third_party/WebKit/public/platform/WebRTCConfiguration.h
+++ b/third_party/WebKit/public/platform/WebRTCConfiguration.h
@@ -60,6 +60,7 @@ struct WebRTCConfiguration {
WebRTCBundlePolicy bundlePolicy = WebRTCBundlePolicy::kBalanced;
WebRTCRtcpMuxPolicy rtcpMuxPolicy = WebRTCRtcpMuxPolicy::kRequire;
WebVector<std::unique_ptr<WebRTCCertificate>> certificates;
+ int iceCandidatePoolSize = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698