Index: content/public/common/web_preferences.cc |
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
index bd532a6e51e7ce59f0f9a28b892d45357ec67ca7..3e53ef532328243de7432e541086f0f9324a9876 100644 |
--- a/content/public/common/web_preferences.cc |
+++ b/content/public/common/web_preferences.cc |
@@ -95,6 +95,7 @@ WebPreferences::WebPreferences() |
application_cache_enabled(false), |
tabs_to_links(true), |
caret_browsing_enabled(false), |
+ history_entry_requires_user_gesture(false), |
hyperlink_auditing_enabled(true), |
allow_universal_access_from_file_urls(false), |
allow_file_access_from_file_urls(false), |