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

Unified Diff: android_webview/native/input_stream_impl.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/input_stream_impl.cc
diff --git a/android_webview/native/input_stream_impl.cc b/android_webview/native/input_stream_impl.cc
index 55f40db236b3b2fe20bdec79f1d7216255ef884c..0adbaabb225f401c1e8f34ba65b7c695497f21a9 100644
--- a/android_webview/native/input_stream_impl.cc
+++ b/android_webview/native/input_stream_impl.cc
@@ -27,10 +27,6 @@ const int kExceptionThrownStatusCode = -2;
}
-bool RegisterInputStream(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
// Maximum number of bytes to be read in a single read.
const int InputStreamImpl::kBufferSize = 4096;

Powered by Google App Engine
This is Rietveld 408576698