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

Unified Diff: android_webview/lib/main/webview_jni_onload.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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 | « no previous file | chrome/browser/android/accessibility_util.h » ('j') | net/android/cellular_signal_strength.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/main/webview_jni_onload.cc
diff --git a/android_webview/lib/main/webview_jni_onload.cc b/android_webview/lib/main/webview_jni_onload.cc
index 6b7847fe1befb7351a55b18f9f23d1031c8fce5f..9313da82cab2ad12bb1a856f8499946a07b47f24 100644
--- a/android_webview/lib/main/webview_jni_onload.cc
+++ b/android_webview/lib/main/webview_jni_onload.cc
@@ -12,7 +12,6 @@
#include "base/android/library_loader/library_loader_hooks.h"
#include "base/bind.h"
#include "components/external_video_surface/component_jni_registrar.h"
-#include "components/navigation_interception/component_jni_registrar.h"
#include "components/web_contents_delegate_android/component_jni_registrar.h"
#include "content/public/app/content_jni_onload.h"
#include "content/public/app/content_main.h"
@@ -28,8 +27,6 @@ static base::android::RegistrationMethod
{ "ExternalVideoSurfaceContainer",
external_video_surface::RegisterExternalVideoSurfaceJni },
#endif
- { "NavigationInterception",
- navigation_interception::RegisterNavigationInterceptionJni },
{ "WebContentsDelegateAndroid",
web_contents_delegate_android::RegisterWebContentsDelegateAndroidJni },
};
« no previous file with comments | « no previous file | chrome/browser/android/accessibility_util.h » ('j') | net/android/cellular_signal_strength.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698