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

Unified Diff: android_webview/native/aw_contents_io_thread_client_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/aw_contents_io_thread_client_impl.h
diff --git a/android_webview/native/aw_contents_io_thread_client_impl.h b/android_webview/native/aw_contents_io_thread_client_impl.h
index ed58275acefe59a070573595258436928a9583b5..b1c640c8f1c86b419c1396d1703deeb7d9feafa2 100644
--- a/android_webview/native/aw_contents_io_thread_client_impl.h
+++ b/android_webview/native/aw_contents_io_thread_client_impl.h
@@ -81,9 +81,6 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
DISALLOW_COPY_AND_ASSIGN(AwContentsIoThreadClientImpl);
};
-// JNI registration method.
-bool RegisterAwContentsIoThreadClientImpl(JNIEnv* env);
-
} // namespace android_webview
#endif // ANDROID_WEBVIEW_NATIVE_AW_CONTENTS_IO_THREAD_CLIENT_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698