| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index de5a3c5419fd41150ac393f00d8c8127ccc66655..7d6ca7dc72d3b1f55efa2823e4ff3e356d78a2eb 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -135,9 +135,11 @@ struct CONTENT_EXPORT WebPreferences {
|
| // requested (thereby preventing user override).
|
| bool strict_mixed_content_checking;
|
| // Strict powerful feature restrictions block insecure usage of powerful
|
| - // features (like geolocation) that we haven't yet disabled for the web at
|
| - // large.
|
| + // features (like device orientation) that we haven't yet disabled for the web
|
| + // at large.
|
| bool strict_powerful_feature_restrictions;
|
| + // TODO(jww): Remove when WebView no longer needs this exception.
|
| + bool allow_geolocation_on_insecure_origins;
|
| // Disallow user opt-in for blockable mixed content.
|
| bool strictly_block_blockable_mixed_content;
|
| bool block_mixed_plugin_content;
|
|
|