| Index: android_webview/native/aw_contents_statics.cc
|
| diff --git a/android_webview/native/aw_contents_statics.cc b/android_webview/native/aw_contents_statics.cc
|
| index 975c9527ef9c2f32af096a75d7966f774c1f9997..db883d4ea4cc31587c62bd98f56144fbbff65df0 100644
|
| --- a/android_webview/native/aw_contents_statics.cc
|
| +++ b/android_webview/native/aw_contents_statics.cc
|
| @@ -99,6 +99,13 @@ void SetServiceWorkerIoThreadClient(
|
| io_thread_client, browser_context);
|
| }
|
|
|
| +// static
|
| +void SetCheckClearTextPermitted(JNIEnv* env,
|
| + const JavaParamRef<jclass>&,
|
| + jboolean permitted) {
|
| + AwURLRequestContextGetter::set_check_cleartext_permitted(permitted);
|
| +}
|
| +
|
| bool RegisterAwContentsStatics(JNIEnv* env) {
|
| return RegisterNativesImpl(env);
|
| }
|
|
|