| Index: mojo/shell/android/mojo_main.cc
|
| diff --git a/mojo/shell/android/mojo_main.cc b/mojo/shell/android/mojo_main.cc
|
| index a6eb580f0b97e12601e8986891f105d2654b8889..e57599b9ee758b922deb8d7bfbdc4e6d18cf2a60 100644
|
| --- a/mojo/shell/android/mojo_main.cc
|
| +++ b/mojo/shell/android/mojo_main.cc
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/android/mojo_main.h"
|
| -
|
| #include "base/android/jni_string.h"
|
| #include "base/at_exit.h"
|
| #include "base/bind.h"
|
| @@ -107,8 +105,4 @@ static void Start(JNIEnv* env, jclass clazz, jobject context, jstring jurl) {
|
| shell::Run(shell_context);
|
| }
|
|
|
| -bool RegisterMojoMain(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| } // namespace mojo
|
|
|