Index: content/public/common/web_preferences.cc |
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
index 62af1cedfbc424448be1c79b832edc3545279164..546368cf0e567598faf8fa4a7609b7fcc908cd40 100644 |
--- a/content/public/common/web_preferences.cc |
+++ b/content/public/common/web_preferences.cc |
@@ -176,6 +176,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), |