Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Unified Diff: content/public/common/web_preferences.cc

Issue 1530403002: Removal of geolocation APIs on insecure origins (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Grammar fix Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/web_preferences.cc
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
index c887f9a866bfc21f179bac0e18e99420995e1842..5c1bbca4afd2ee326b7aa8a6623459db3009cec8 100644
--- a/content/public/common/web_preferences.cc
+++ b/content/public/common/web_preferences.cc
@@ -123,6 +123,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),

Powered by Google App Engine
This is Rietveld 408576698