| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index ec26b95920712a1939e7b93fc37dc4e3a0f467d6..2034641d95e84f09635607eb45641a7912c3a3d0 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -80,6 +80,7 @@ WebPreferences::WebPreferences()
|
| loads_images_automatically(true),
|
| images_enabled(true),
|
| plugins_enabled(true),
|
| + encrypted_media_enabled(true),
|
| dom_paste_enabled(false), // enables execCommand("paste")
|
| shrinks_standalone_images_to_fit(true),
|
| text_areas_are_resizable(true),
|
|
|