Index: content/public/common/web_preferences.cc |
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
index a86de33b512d614713ff73b90f8da2ded676838c..68460bef80d922720cf9ea2fbd627580a1b1dc89 100644 |
--- a/content/public/common/web_preferences.cc |
+++ b/content/public/common/web_preferences.cc |
@@ -122,6 +122,7 @@ WebPreferences::WebPreferences() |
disable_reading_from_canvas(false), |
strict_mixed_content_checking(false), |
strict_powerful_feature_restrictions(false), |
+ allow_geolocation_on_insecure_origins(false), |
strictly_block_blockable_mixed_content(false), |
block_mixed_plugin_content(false), |
password_echo_enabled(false), |