| Index: content/browser/mojo/service_registrar_android.cc
|
| diff --git a/content/browser/mojo/service_registrar_android.cc b/content/browser/mojo/service_registrar_android.cc
|
| index cd0cfacf81883ef2dd4c35a3913e191778ecc203..aa55899e72aa88938a7ea81e80cf3d040015b167 100644
|
| --- a/content/browser/mojo/service_registrar_android.cc
|
| +++ b/content/browser/mojo/service_registrar_android.cc
|
| @@ -12,11 +12,6 @@
|
| namespace content {
|
|
|
| // static
|
| -bool ServiceRegistrarAndroid::Register(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| -// static
|
| void ServiceRegistrarAndroid::RegisterProcessHostServices(
|
| ServiceRegistryAndroid* registry) {
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
|
|