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

Unified Diff: shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.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
Index: shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java b/shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java
index fa2fc96263db6e80e8ee9b9e76f16e8549cc168e..c2d5cb44abe00f0e5d2c7086cef2ac8dbc15c9ae 100644
--- a/shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java
+++ b/shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java
@@ -24,8 +24,6 @@ import java.util.ArrayDeque;
* Activity for receiving nfc messages.
*/
public class NfcReceiverActivity extends Activity implements ShellService.IShellBindingActivity {
- private static final String TAG = "NfcReceiverActivity";
-
private ArrayDeque<Intent> mPendingIntents = new ArrayDeque<Intent>();
private ShellService mShellService;
private ServiceConnection mShellServiceConnection;

Powered by Google App Engine
This is Rietveld 408576698