Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2851)

Unified Diff: android_webview/native/aw_contents_io_thread_client_impl.cc

Issue 2202783002: android_webview: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: android_webview: Remove unneeded RegisterNatives() calls Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « android_webview/native/aw_contents_io_thread_client_impl.h ('k') | android_webview/native/aw_contents_lifecycle_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698