Index: content/public/common/web_preferences.h |
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h |
index eb8f77e44dfb9cea1cb13c66c02f44da2419434f..1bc26038b47f987828c6fc85f3d59a6072984a00 100644 |
--- a/content/public/common/web_preferences.h |
+++ b/content/public/common/web_preferences.h |
@@ -131,9 +131,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; |