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

Unified Diff: android_webview/native/aw_contents_lifecycle_notifier.h

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
Index: android_webview/native/aw_contents_lifecycle_notifier.h
diff --git a/android_webview/native/aw_contents_lifecycle_notifier.h b/android_webview/native/aw_contents_lifecycle_notifier.h
index 7965f11922e7c5096c09a7fd39defb497a42ced4..fc2614f969f3a77ce4f68ac6021213c66ac1dcce 100644
--- a/android_webview/native/aw_contents_lifecycle_notifier.h
+++ b/android_webview/native/aw_contents_lifecycle_notifier.h
@@ -19,8 +19,6 @@ class AwContentsLifecycleNotifier {
DISALLOW_IMPLICIT_CONSTRUCTORS(AwContentsLifecycleNotifier);
};
-bool RegisterAwContentsLifecycleNotifier(JNIEnv* env);
-
} // namespace android_webview
#endif
« no previous file with comments | « android_webview/native/aw_contents_io_thread_client_impl.cc ('k') | android_webview/native/aw_contents_lifecycle_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698