| Index: mojo/android/system/core_impl.cc
|
| diff --git a/mojo/android/system/core_impl.cc b/mojo/android/system/core_impl.cc
|
| index 62822fdc197447f344354ce67a47ce1c79c9e6ff..b8621300a4b37ac3649cd248fa58215edfbec9eb 100644
|
| --- a/mojo/android/system/core_impl.cc
|
| +++ b/mojo/android/system/core_impl.cc
|
| @@ -13,8 +13,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "jni/CoreImpl_jni.h"
|
| -#include "mojo/embedder/embedder.h"
|
| -#include "mojo/embedder/simple_platform_support.h"
|
| #include "mojo/public/c/environment/async_waiter.h"
|
| #include "mojo/public/c/system/core.h"
|
| #include "mojo/public/cpp/environment/environment.h"
|
| @@ -51,11 +49,6 @@ void AsyncWaitCallback(void* data, MojoResult result) {
|
| namespace mojo {
|
| namespace android {
|
|
|
| -static void Constructor(JNIEnv* env, jobject jcaller) {
|
| - embedder::Init(scoped_ptr<embedder::PlatformSupport>(
|
| - new embedder::SimplePlatformSupport()));
|
| -}
|
| -
|
| static jlong GetTimeTicksNow(JNIEnv* env, jobject jcaller) {
|
| return MojoGetTimeTicksNow();
|
| }
|
|
|