| 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..d74302012870fc2227633e6852075e5cb5ec76b0 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),
|
| + disable_webrtc_multiple_routes(false),
|
| default_zoom_level(0),
|
| report_frame_name_changes(false),
|
| tap_multiple_targets_strategy(TAP_MULTIPLE_TARGETS_STRATEGY_POPUP),
|
|
|