| 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 db883d4ea4cc31587c62bd98f56144fbbff65df0..975c9527ef9c2f32af096a75d7966f774c1f9997 100644
|
| --- a/android_webview/native/aw_contents_statics.cc
|
| +++ b/android_webview/native/aw_contents_statics.cc
|
| @@ -99,13 +99,6 @@
|
| 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);
|
| }
|
|
|