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

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 2784493003: Consolidate JNI registrations for mojo system. (Closed)
Patch Set: Rebase only Created 3 years, 9 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 | « content/browser/BUILD.gn ('k') | content/public/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index 056656dd29ad74444016d804ec2e0c9d6fb0da79..04ca8839311b888cda843aa2d7c48c667dbcf1ef 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -32,8 +32,6 @@
#include "content/browser/renderer_host/ime_adapter_android.h"
#include "content/browser/speech/speech_recognizer_impl_android.h"
#include "content/browser/web_contents/web_contents_android.h"
-#include "mojo/android/system/core_impl.h"
-#include "mojo/android/system/watcher_impl.h"
namespace {
base::android::RegistrationMethod kContentRegisteredMethods[] = {
@@ -43,7 +41,6 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{"ChildProcessLauncher", content::RegisterChildProcessLauncher},
{"ContentFeatureList", content::android::RegisterContentFeatureListJni},
{"ContentVideoView", content::ContentVideoView::RegisterContentVideoView},
- {"CoreImpl", mojo::android::RegisterCoreImpl},
{"GpuProcessCallback", content::RegisterGpuProcessCallback},
{"MemoryMonitorAndroid", content::MemoryMonitorAndroid::Register},
{"BackgroundSyncNetworkObserverAndroid",
@@ -67,7 +64,6 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{"SpeechRecognizerImplAndroid",
content::SpeechRecognizerImplAndroid::RegisterSpeechRecognizer},
{"TracingControllerAndroid", content::RegisterTracingControllerAndroid},
- {"WatcherImpl", mojo::android::RegisterWatcherImpl},
{"WebContentsAndroid", content::WebContentsAndroid::Register},
{"WebContentsObserver", content::RegisterWebContentsObserverProxy},
{"WebViewStatics", content::RegisterWebViewStatics},
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/public/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698