| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 4835144f9ff454ad268b1b4c5ec085257bcdf805..08b70a9a089780082b4e90e0904b4e3a7ac2ce16 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -96,6 +96,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;
|
|
|