| 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},
|
|
|