| Index: android_webview/native/aw_settings.cc
|
| diff --git a/android_webview/native/aw_settings.cc b/android_webview/native/aw_settings.cc
|
| index 8817abc7c50073d6a1e8d091f0c31340e1782bdc..b34da1562609ae2c38bc987f1a319c632cf6218a 100644
|
| --- a/android_webview/native/aw_settings.cc
|
| +++ b/android_webview/native/aw_settings.cc
|
| @@ -434,6 +434,10 @@ void AwSettings::PopulateWebPreferencesLocked(JNIEnv* env,
|
| Java_AwSettings_getFullscreenSupportedLocked(env, obj);
|
| web_prefs->record_whole_document =
|
| Java_AwSettings_getRecordFullDocument(env, obj);
|
| +
|
| + // TODO(jww): This should be removed once sufficient warning has been given of
|
| + // possible API breakage because of disabling insecure use of geolocation.
|
| + web_prefs->allow_geolocation_on_insecure_origins = true;
|
| }
|
|
|
| static jlong Init(JNIEnv* env,
|
|
|