| Index: android_webview/native/aw_contents_io_thread_client_impl.cc
|
| diff --git a/android_webview/native/aw_contents_io_thread_client_impl.cc b/android_webview/native/aw_contents_io_thread_client_impl.cc
|
| index 9b6e450817adf44c1fb117f4904ecbf03deb04e7..a56c2bc1d64b13009bc5393719ca7472ea6ab869 100644
|
| --- a/android_webview/native/aw_contents_io_thread_client_impl.cc
|
| +++ b/android_webview/native/aw_contents_io_thread_client_impl.cc
|
| @@ -536,8 +536,4 @@ void AwContentsIoThreadClientImpl::OnReceivedHttpError(
|
| jstringArray_response_header_values.obj());
|
| }
|
|
|
| -bool RegisterAwContentsIoThreadClientImpl(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| } // namespace android_webview
|
|
|