| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index fc1ee143cd0ff56d5fdbf512417d1453bfa574cf..a513abe7f6cc3469c6c1a3b72fd63433dddae4c5 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;
|
|
|