| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 7f24f093344baf7644a82e7aad06619881926dbb..e99b4b09b30c964d69957f6f7e3fbeaa9aae99a6 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),
|
|
|