| Index: content/public/common/renderer_preferences.h
|
| diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
|
| index 13dd30fb3b924db6387fdfad7021c98a13bf9cd8..1a6908135a1ea132926c00c9d21438f321b80593 100644
|
| --- a/content/public/common/renderer_preferences.h
|
| +++ b/content/public/common/renderer_preferences.h
|
| @@ -99,6 +99,12 @@ struct CONTENT_EXPORT RendererPreferences {
|
| // Set to false to indicate that WebRTC should use the OS default routing.
|
| bool enable_webrtc_multiple_routes;
|
|
|
| + // Set to false to indicate that WebRTC should not use non-proxied UDP to
|
| + // connect to peers and TURN servers, which effectively disables all WebRTC's
|
| + // UDP traffic for now, until UDP-based proxy support is available in
|
| + // Chromium. Default is true.
|
| + bool enable_webrtc_nonproxied_udp_transport;
|
| +
|
| // Default page zoom level.
|
| double default_zoom_level;
|
|
|
|
|