| Index: content/public/common/renderer_preferences.cc
|
| diff --git a/content/public/common/renderer_preferences.cc b/content/public/common/renderer_preferences.cc
|
| index 0e5ee46f9418c6c8517b9cea4e7d8f4127270685..86c96a60c0fe353498ff4d126f0ec1f7e288a85f 100644
|
| --- a/content/public/common/renderer_preferences.cc
|
| +++ b/content/public/common/renderer_preferences.cc
|
| @@ -31,6 +31,7 @@ RendererPreferences::RendererPreferences()
|
| use_custom_colors(true),
|
| enable_referrers(true),
|
| enable_do_not_track(false),
|
| + enable_webrtc_multiple_routes(true),
|
| default_zoom_level(0),
|
| report_frame_name_changes(false),
|
| tap_multiple_targets_strategy(TAP_MULTIPLE_TARGETS_STRATEGY_POPUP),
|
|
|