Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: mojo/shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoMain.java

Issue 47433002: Cleanup mojo_shell and sample_app a bit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
-};

Powered by Google App Engine
This is Rietveld 408576698