| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index d5ef3f7d6e4c1b009e8b68c83679c9326037957c..3733fb1c4ce76f1c1ecd12bc654cecacb6c2b779 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -116,6 +116,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool application_cache_enabled;
|
| bool tabs_to_links;
|
| bool caret_browsing_enabled;
|
| + bool history_entry_requires_user_gesture;
|
| bool hyperlink_auditing_enabled;
|
| bool allow_universal_access_from_file_urls;
|
| bool allow_file_access_from_file_urls;
|
|
|