Index: content/public/common/web_preferences.cc |
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
index 61e213d6956807a3b9e43d73ae33a26b15c473a2..a9dcef33b93c7dd18f024b5286a13d7f4618e836 100644 |
--- a/content/public/common/web_preferences.cc |
+++ b/content/public/common/web_preferences.cc |
@@ -162,6 +162,7 @@ WebPreferences::WebPreferences() |
cookie_enabled(true), |
pepper_accelerated_video_decode_enabled(false), |
animation_policy(IMAGE_ANIMATION_POLICY_ALLOWED), |
+ user_gesture_required_for_presentation(true), |
#if defined(OS_ANDROID) |
text_autosizing_enabled(true), |
font_scale_factor(1.0f), |