| Index: android_webview/native/aw_settings.cc
|
| diff --git a/android_webview/native/aw_settings.cc b/android_webview/native/aw_settings.cc
|
| index 3fae6d400c4ae140eefce96f3b202bad10b3341f..7290ccaf64dfbeab9224b9d519e898cd969c2c53 100644
|
| --- a/android_webview/native/aw_settings.cc
|
| +++ b/android_webview/native/aw_settings.cc
|
| @@ -426,6 +426,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,
|
|
|