| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 496a347a2182aef201a39f9a15d9ea53102ad4ba..b0a95ca47fe1c7c4535dce6fe844d815b8005088 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -142,6 +142,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool use_solid_color_scrollbars;
|
| bool navigate_on_drag_drop;
|
| V8CacheOptions v8_cache_options;
|
| + bool v8_script_streaming_enabled;
|
|
|
| // This flags corresponds to a Page's Settings' setCookieEnabled state. It
|
| // only controls whether or not the "document.cookie" field is properly
|
|
|