Index: content/public/common/web_preferences.cc |
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
index a0bc6f1f26506593e4e872bf866fb408f6990ed4..64a790cf007e1cccc27012a6de79469a62cbcc35 100644 |
--- a/content/public/common/web_preferences.cc |
+++ b/content/public/common/web_preferences.cc |
@@ -148,9 +148,11 @@ WebPreferences::WebPreferences() |
#if defined(OS_ANDROID) |
viewport_meta_enabled(true), |
viewport_style(ViewportStyle::MOBILE), |
+ always_show_context_menu_on_touch(false), |
#else |
viewport_meta_enabled(false), |
viewport_style(ViewportStyle::DEFAULT), |
+ always_show_context_menu_on_touch(true), |
#endif |
main_frame_resizes_are_orientation_changes(false), |
initialize_at_minimum_page_scale(true), |