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

Unified Diff: android_webview/native/aw_contents_lifecycle_notifier.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/aw_contents_lifecycle_notifier.cc
diff --git a/android_webview/native/aw_contents_lifecycle_notifier.cc b/android_webview/native/aw_contents_lifecycle_notifier.cc
index 0644ed76cfdb04e067a67fd5e28888c25c709762..69921d9880de7708092402ff3c2dc3b953ac1de4 100644
--- a/android_webview/native/aw_contents_lifecycle_notifier.cc
+++ b/android_webview/native/aw_contents_lifecycle_notifier.cc
@@ -10,10 +10,6 @@ using base::android::AttachCurrentThread;
namespace android_webview {
-bool RegisterAwContentsLifecycleNotifier(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
// static
void AwContentsLifecycleNotifier::OnWebViewCreated() {
Java_AwContentsLifecycleNotifier_onWebViewCreated(AttachCurrentThread());

Powered by Google App Engine
This is Rietveld 408576698