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

Unified Diff: shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java

Issue 1281903003: Fix java warnings. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java b/shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
index 1481b75eacc14a954c73c72eaeb2407d58d4db02..6ebd014bbd6313f7d547c1737e32ebc7f3d6f6f3 100644
--- a/shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
+++ b/shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
@@ -20,7 +20,6 @@ import java.util.ArrayDeque;
* Activity for managing the Mojo Shell.
*/
public class MojoShellActivity extends Activity implements ShellService.IShellBindingActivity {
- private static final String TAG = "MojoShellActivity";
private ArrayDeque<Intent> mPendingIntents = new ArrayDeque<Intent>();
private ShellService mShellService;
private ServiceConnection mShellServiceConnection;
« no previous file with comments | « no previous file | shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698