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

Unified Diff: android_webview/native/input_stream_impl.h

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.h
diff --git a/android_webview/native/input_stream_impl.h b/android_webview/native/input_stream_impl.h
index 7da24cfc653cd0db78af04dc2b45249e83209dc8..e78ad76d1f97389def9ba07adbdf7ea919d48c40 100644
--- a/android_webview/native/input_stream_impl.h
+++ b/android_webview/native/input_stream_impl.h
@@ -50,8 +50,6 @@ class InputStreamImpl : public InputStream {
DISALLOW_COPY_AND_ASSIGN(InputStreamImpl);
};
-bool RegisterInputStream(JNIEnv* env);
-
} // namespace android_webview
#endif // ANDROID_WEBVIEW_NATIVE_INPUT_STREAM_H_

Powered by Google App Engine
This is Rietveld 408576698