| Index: mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoMain.java
|
| diff --git a/mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoMain.java b/mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoMain.java
|
| deleted file mode 100644
|
| index 2e60783d92760af878729461473aebb7bc1d5bb8..0000000000000000000000000000000000000000
|
| --- a/mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoMain.java
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -package org.chromium.mojo_shell_apk;
|
| -
|
| -import android.content.Context;
|
| -
|
| -import org.chromium.base.JNINamespace;
|
| -
|
| -@JNINamespace("mojo")
|
| -public class MojoMain {
|
| - /**
|
| - * Initialize application context in native side.
|
| - **/
|
| - public static void start(Context context, String appUrl) {
|
| - nativeStart(context, appUrl);
|
| - }
|
| -
|
| - private static native void nativeStart(Context context, String appUrl);
|
| -};
|
|
|