| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 08b75f20acb2d7d836f66753503c9dafb8c1b34c..b5f363f048ad31ee6d1b69ee91cfe4651fbb6dd1 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -97,6 +97,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool loads_images_automatically;
|
| bool images_enabled;
|
| bool plugins_enabled;
|
| + bool encrypted_media_enabled;
|
| bool dom_paste_enabled;
|
| bool shrinks_standalone_images_to_fit;
|
| bool text_areas_are_resizable;
|
|
|