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

Unified Diff: android_webview/native/aw_web_resource_response_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
« no previous file with comments | « android_webview/native/aw_web_resource_response_impl.h ('k') | android_webview/native/input_stream_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_web_resource_response_impl.cc
diff --git a/android_webview/native/aw_web_resource_response_impl.cc b/android_webview/native/aw_web_resource_response_impl.cc
index c2dabcf5939fa01161ea692761720c26dfb6ea1c..16def09af554fd240dc2dfdf3b0e60615e508aa9 100644
--- a/android_webview/native/aw_web_resource_response_impl.cc
+++ b/android_webview/native/aw_web_resource_response_impl.cc
@@ -98,8 +98,4 @@ bool AwWebResourceResponseImpl::GetResponseHeaders(
return true;
}
-bool RegisterAwWebResourceResponse(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
} // namespace android_webview
« no previous file with comments | « android_webview/native/aw_web_resource_response_impl.h ('k') | android_webview/native/input_stream_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698