| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 2034641d95e84f09635607eb45641a7912c3a3d0..ba85d1b0d0a883a924c328af4f2940ba63943224 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -227,7 +227,8 @@ WebPreferences::WebPreferences()
|
| max_keyframe_distance_to_disable_background_video(
|
| base::TimeDelta::FromSeconds(10)),
|
| enable_instant_source_buffer_gc(false),
|
| - presentation_receiver(false) {
|
| + presentation_receiver(false),
|
| + media_controls_enabled(true) {
|
| standard_font_family_map[kCommonScript] =
|
| base::ASCIIToUTF16("Times New Roman");
|
| fixed_font_family_map[kCommonScript] = base::ASCIIToUTF16("Courier New");
|
|
|