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

Unified Diff: android_webview/native/aw_contents_lifecycle_notifier.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_contents_lifecycle_notifier.h ('k') | android_webview/native/aw_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « android_webview/native/aw_contents_lifecycle_notifier.h ('k') | android_webview/native/aw_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698