| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 54b8ed4acbe4b54197c8f720e673abdd918aa0f7..c901b5c1eac6071283670b87258b1355394a13d3 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -169,6 +169,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool viewport_enabled;
|
| bool viewport_meta_enabled;
|
| ViewportStyle viewport_style;
|
| + bool always_show_context_menu_on_touch;
|
| bool main_frame_resizes_are_orientation_changes;
|
| bool initialize_at_minimum_page_scale;
|
| bool smart_insert_delete_enabled;
|
|
|